Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.h205 struct sk_buff *wr_pending_head; member
443 csk->wr_pending_head = csk->wr_pending_tail = NULL; in cxgbi_sock_reset_wr_list()
458 if (!csk->wr_pending_head) in cxgbi_sock_enqueue_wr()
459 csk->wr_pending_head = skb; in cxgbi_sock_enqueue_wr()
468 const struct sk_buff *skb = csk->wr_pending_head; in cxgbi_sock_count_pending_wrs()
479 return csk->wr_pending_head; in cxgbi_sock_peek_wr()
484 struct sk_buff *skb = csk->wr_pending_head; in cxgbi_sock_dequeue_wr()
487 csk->wr_pending_head = cxgbi_skcb_tx_wr_next(skb); in cxgbi_sock_dequeue_wr()