Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2748 spin_lock(&q->sendq.lock); in ctrl_xmit()
2752 __skb_queue_tail(&q->sendq, skb); in ctrl_xmit()
2753 spin_unlock(&q->sendq.lock); in ctrl_xmit()
2765 spin_unlock(&q->sendq.lock); in ctrl_xmit()
2783 spin_lock(&q->sendq.lock); in restart_ctrlq()
2787 while ((skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq()
2797 spin_unlock(&q->sendq.lock); in restart_ctrlq()
2807 spin_lock(&q->sendq.lock); in restart_ctrlq()
2815 spin_lock(&q->sendq.lock); in restart_ctrlq()
2821 spin_unlock(&q->sendq.lock); in restart_ctrlq()
[all …]
H A Dcxgb4_uld.c414 __skb_queue_purge(&txq->sendq); in free_sge_txq_uld()
/linux/drivers/infiniband/sw/siw/
H A Dsiw.h435 struct siw_sqe *sendq; /* send queue element array */ member
626 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_empty()
633 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in sq_get_next()
H A Dsiw_qp.c1205 sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_flush()
1310 vfree(qp->sendq); in siw_free_qp()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h180 struct sk_buff_head sendq; /* List of backpressured offload packets */ member
H A Dsge.c704 __skb_queue_purge(&q->txq[i].sendq); in t3_free_qset()
1422 if (unlikely(!skb_queue_empty(&q->sendq))) { in check_desc_avail()
1423 addq_exit:__skb_queue_tail(&q->sendq, skb); in check_desc_avail()
1531 (skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq()
1542 if (!skb_queue_empty(&q->sendq)) { in restart_ctrlq()
1753 while ((skb = skb_peek(&q->sendq)) != NULL) { in restart_offloadq()
1781 __skb_unlink(skb, &q->sendq); in restart_offloadq()
3070 skb_queue_head_init(&q->txq[i].sendq); in t3_sge_alloc_qset()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c862 u8 sendq = mlxsw_pci_cqe_sr_get(q->u.cq.v, cqe); in mlxsw_pci_napi_poll_cq_rx() local
865 if (unlikely(sendq)) { in mlxsw_pci_napi_poll_cq_rx()
920 u8 sendq = mlxsw_pci_cqe_sr_get(q->u.cq.v, cqe); in mlxsw_pci_napi_poll_cq_tx() local
924 if (unlikely(!sendq)) { in mlxsw_pci_napi_poll_cq_tx()