Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h615 struct cpl_abort_rpl { struct
617 union opcode_tid ot;
618 __be32 rsvd0;
619 u8 rsvd1;
620 u8 cmd;
621 u8 rsvd2[6];
/linux-4.1.27/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.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.h209 struct sk_buff *cpl_abort_rpl; member