Lines Matching refs:wq
991 struct vnic_wq *wq = &fnic->wq[0]; in fnic_eth_send() local
1026 if (!vnic_wq_desc_avail(wq)) in fnic_eth_send()
1029 fnic_queue_wq_eth_desc(wq, skb, pa, skb->len, in fnic_eth_send()
1047 struct vnic_wq *wq = &fnic->wq[0]; in fnic_send_frame() local
1109 if (!vnic_wq_desc_avail(wq)) { in fnic_send_frame()
1116 fnic_queue_wq_desc(wq, skb, pa, tot_len, fr_eof(fp), in fnic_send_frame()
1218 static void fnic_wq_complete_frame_send(struct vnic_wq *wq, in fnic_wq_complete_frame_send() argument
1224 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_wq_complete_frame_send()
1241 vnic_wq_service(&fnic->wq[q_number], cq_desc, completed_index, in fnic_wq_cmpl_handler_cont()
1264 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in fnic_free_wq_buf() argument
1267 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_free_wq_buf()