Searched refs:cpl_close (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c203 struct sk_buff *skb = csk->cpl_close;
211 csk->cpl_close = NULL;
868 csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req), 0,
870 if (!csk->cpl_close)
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c443 struct sk_buff *skb = csk->cpl_close;
450 csk->cpl_close = NULL;
1655 csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req),
1657 if (!csk->cpl_close)
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.h139 struct sk_buff *cpl_close; member in struct:cxgbi_sock
H A Dlibcxgbi.c542 if (csk->cpl_close) {
543 kfree_skb(csk->cpl_close);
544 csk->cpl_close = NULL;

Completed in 117 milliseconds