Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h362 struct cpl_abort_req { struct
363 union opcode_tid ot;
364 u32 rsvd0;
365 u8 rsvd1;
366 u8 cmd;
367 u8 rsvd2[6];
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A 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/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h787 struct cpl_abort_req { struct
789 union opcode_tid ot;
790 __be32 rsvd0;
791 u8 rsvd1;
792 u8 cmd;
793 u8 rsvd2[6];
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.h140 struct sk_buff *cpl_abort_req; member