Lines Matching refs:wq
979 struct vnic_wq *wq = &fnic->wq[0]; in fnic_eth_send() local
1007 if (!vnic_wq_desc_avail(wq)) { in fnic_eth_send()
1014 fnic_queue_wq_eth_desc(wq, skb, pa, skb->len, in fnic_eth_send()
1025 struct vnic_wq *wq = &fnic->wq[0]; in fnic_send_frame() local
1081 if (!vnic_wq_desc_avail(wq)) { in fnic_send_frame()
1088 fnic_queue_wq_desc(wq, skb, pa, tot_len, fr_eof(fp), in fnic_send_frame()
1188 static void fnic_wq_complete_frame_send(struct vnic_wq *wq, in fnic_wq_complete_frame_send() argument
1194 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_wq_complete_frame_send()
1211 vnic_wq_service(&fnic->wq[q_number], cq_desc, completed_index, in fnic_wq_cmpl_handler_cont()
1234 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in fnic_free_wq_buf() argument
1237 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_free_wq_buf()