Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit.h103 #define cxgbit_skcb_tx_wr_next(skb) (CXGBIT_SKB_CB(skb)->wr_next) macro
296 cxgbit_skcb_tx_wr_next(skb) = NULL; in cxgbit_sock_enqueue_wr()
303 cxgbit_skcb_tx_wr_next(csk->wr_pending_tail) = skb; in cxgbit_sock_enqueue_wr()
312 csk->wr_pending_head = cxgbit_skcb_tx_wr_next(skb); in cxgbit_sock_dequeue_wr()
313 cxgbit_skcb_tx_wr_next(skb) = NULL; in cxgbit_sock_dequeue_wr()
Dcxgbit_cm.c1789 skb = cxgbit_skcb_tx_wr_next(skb); in cxgbit_credit_err()