Searched refs:cxgbi_sock_rcv_wr_ack (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 447 void cxgbi_sock_rcv_wr_ack(struct cxgbi_sock *, unsigned int, unsigned int,
|
D | libcxgbi.c | 1023 void cxgbi_sock_rcv_wr_ack(struct cxgbi_sock *csk, unsigned int credits, in cxgbi_sock_rcv_wr_ack() function 1085 EXPORT_SYMBOL_GPL(cxgbi_sock_rcv_wr_ack);
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 857 cxgbi_sock_rcv_wr_ack(csk, ntohs(hdr->credits), ntohl(hdr->snd_una), 1); in do_wr_ack()
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1618 cxgbi_sock_rcv_wr_ack(csk, rpl->credits, ntohl(rpl->snd_una), in do_fw4_ack()
|