Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h371 struct cpl_abort_req { struct
372 union opcode_tid ot;
373 u32 rsvd0;
374 u8 rsvd1;
375 u8 cmd;
376 u8 rsvd2[6];
/Linux-v5.4/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-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h778 struct cpl_abort_req { struct
780 union opcode_tid ot;
781 __be32 rsvd0;
782 u8 rsvd1;
783 u8 cmd;
784 u8 rsvd2[6];
/Linux-v5.4/drivers/scsi/cxgbi/
Dlibcxgbi.h133 struct sk_buff *cpl_abort_req; member