Lines Matching defs:rpl
1580 struct cpl_pass_open_rpl *rpl = cplhdr(skb);
1582 unsigned int stid = GET_TID(rpl);
1586 __func__, cnp, stid, rpl->status);
1593 cxgbit_wake_up(&cnp->com.wr_wait, __func__, rpl->status);
1602 struct cpl_close_listsvr_rpl *rpl = cplhdr(skb);
1604 unsigned int stid = GET_TID(rpl);
1608 __func__, cnp, stid, rpl->status);
1615 cxgbit_wake_up(&cnp->com.wr_wait, __func__, rpl->status);
1789 struct cpl_abort_rpl_rss *rpl = cplhdr(skb);
1799 rpl->status);
1839 struct cpl_fw4_ack *rpl = (struct cpl_fw4_ack *)cplhdr(skb);
1840 u32 credits = rpl->credits;
1841 u32 snd_una = ntohl(rpl->snd_una);
1878 if (rpl->seq_vld & CPL_FW4_ACK_FLAGS_SEQVAL) {
1902 struct cpl_set_tcb_rpl *rpl = (struct cpl_set_tcb_rpl *)skb->data;
1903 unsigned int tid = GET_TID(rpl);
1912 cxgbit_wake_up(&csk->com.wr_wait, __func__, rpl->status);