Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h770 struct cpl_abort_req { struct
772 union opcode_tid ot;
773 __be32 rsvd0;
774 u8 rsvd1;
775 u8 cmd;
776 u8 rsvd2[6];
/Linux-v4.19/drivers/scsi/cxgbi/
Dlibcxgbi.h130 struct sk_buff *cpl_abort_req; member