Home
last modified time | relevance | path

Searched refs:abort_rpl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c107 struct ulp_txpkt *txpkt = (struct ulp_txpkt *)abort_rpl; in mk_abort_rpl_ulp()
111 txpkt->len = htonl(DIV_ROUND_UP(sizeof(*abort_rpl), 16)); in mk_abort_rpl_ulp()
113 sc->len = htonl(sizeof(*abort_rpl) - sizeof(struct work_request_hdr)); in mk_abort_rpl_ulp()
114 OPCODE_TID(abort_rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, tid)); in mk_abort_rpl_ulp()
115 abort_rpl->rsvd0 = htonl(0); in mk_abort_rpl_ulp()
116 abort_rpl->rsvd1 = 0; in mk_abort_rpl_ulp()
117 abort_rpl->cmd = CPL_ABORT_NO_RST; in mk_abort_rpl_ulp()
1741 struct cpl_abort_rpl *abort_rpl; in cxgb4_del_hash_filter() local
1773 + sizeof(*abort_req) + sizeof(*abort_rpl), 16); in cxgb4_del_hash_filter()
1790 abort_rpl = (struct cpl_abort_rpl *)(abort_req + 1); in cxgb4_del_hash_filter()
[all …]
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c1919 static int abort_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in abort_rpl() function
4213 [CPL_ABORT_RPL_RSS] = abort_rpl,
4214 [CPL_ABORT_RPL] = abort_rpl,