Home
last modified time | relevance | path

Searched defs:cpl_abort_req (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h372 struct cpl_abort_req { struct
373 union opcode_tid ot;
374 u32 rsvd0;
375 u8 rsvd1;
376 u8 cmd;
377 u8 rsvd2[6];
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h381 struct cpl_abort_req { struct
383 union opcode_tid ot;
384 __be32 rsvd0;
385 u8 rsvd1;
386 u8 cmd;
387 u8 rsvd2[6];
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h745 struct cpl_abort_req { struct
747 union opcode_tid ot;
748 __be32 rsvd0;
749 __u8 rsvd1;
750 __u8 cmd;
751 __u8 rsvd2[6];
/linux-3.4.99/drivers/scsi/cxgbi/
Dlibcxgbi.h199 struct sk_buff *cpl_abort_req; member