Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h645 struct cpl_abort_req { struct
647 union opcode_tid ot;
648 __be32 rsvd0;
649 u8 rsvd1;
650 u8 cmd;
651 u8 rsvd2[6];
/linux-4.4.14/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-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.h208 struct sk_buff *cpl_abort_req; member