Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h379 struct cpl_abort_rpl { struct
380 union opcode_tid ot;
381 u32 rsvd0;
382 u8 rsvd1;
383 u8 status;
384 u8 rsvd2[6];
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h660 struct cpl_abort_rpl { struct
662 union opcode_tid ot;
663 __be32 rsvd0;
664 u8 rsvd1;
665 u8 cmd;
666 u8 rsvd2[6];
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h762 struct cpl_abort_rpl { struct
764 union opcode_tid ot;
765 __be32 rsvd0;
766 __u8 rsvd1;
767 __u8 cmd;
768 __u8 rsvd2[6];
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.h209 struct sk_buff *cpl_abort_rpl; member