Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/target/iscsi/cxgbit/
Dcxgbit.h100 #define cxgbit_skcb_tx_wr_next(skb) (CXGBIT_SKB_CB(skb)->wr_next) macro
292 cxgbit_skcb_tx_wr_next(skb) = NULL; in cxgbit_sock_enqueue_wr()
299 cxgbit_skcb_tx_wr_next(csk->wr_pending_tail) = skb; in cxgbit_sock_enqueue_wr()
308 csk->wr_pending_head = cxgbit_skcb_tx_wr_next(skb); in cxgbit_sock_dequeue_wr()
309 cxgbit_skcb_tx_wr_next(skb) = NULL; in cxgbit_sock_dequeue_wr()
Dcxgbit_cm.c1821 skb = cxgbit_skcb_tx_wr_next(skb); in cxgbit_credit_err()