Searched refs:abort_rpl (Results 1 – 2 of 2) sorted by relevance
105 static void mk_abort_rpl_ulp(struct cpl_abort_rpl *abort_rpl, unsigned int tid) in mk_abort_rpl_ulp() argument107 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()1740 struct cpl_abort_rpl *abort_rpl; in cxgb4_del_hash_filter() local1772 + sizeof(*abort_req) + sizeof(*abort_rpl), 16); in cxgb4_del_hash_filter()[all …]
1917 static int abort_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in abort_rpl() function4199 [CPL_ABORT_RPL_RSS] = abort_rpl,4200 [CPL_ABORT_RPL] = abort_rpl,