Home
last modified time | relevance | path

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

/drivers/target/iscsi/cxgbit/
Dcxgbit.h100 #define cxgbit_skcb_tx_wr_next(skb) (CXGBIT_SKB_CB(skb)->wr_next) macro
293 cxgbit_skcb_tx_wr_next(skb) = NULL; in cxgbit_sock_enqueue_wr()
300 cxgbit_skcb_tx_wr_next(csk->wr_pending_tail) = skb; in cxgbit_sock_enqueue_wr()
309 csk->wr_pending_head = cxgbit_skcb_tx_wr_next(skb); in cxgbit_sock_dequeue_wr()
310 cxgbit_skcb_tx_wr_next(skb) = NULL; in cxgbit_sock_dequeue_wr()
Dcxgbit_cm.c1808 skb = cxgbit_skcb_tx_wr_next(skb); in cxgbit_credit_err()