Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.h251 #define cxgbi_skcb_tx_wr_next(skb) (CXGBI_SKB_CB(skb)->tx.wr_next) macro
394 cxgbi_skcb_tx_wr_next(skb) = NULL; in cxgbi_sock_enqueue_wr()
404 cxgbi_skcb_tx_wr_next(csk->wr_pending_tail) = skb; in cxgbi_sock_enqueue_wr()
415 skb = cxgbi_skcb_tx_wr_next(skb); in cxgbi_sock_count_pending_wrs()
430 csk->wr_pending_head = cxgbi_skcb_tx_wr_next(skb); in cxgbi_sock_dequeue_wr()
431 cxgbi_skcb_tx_wr_next(skb) = NULL; in cxgbi_sock_dequeue_wr()