Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_res.h44 void *os_buf, dma_addr_t dma_addr, unsigned int len, in enic_queue_wq_desc_ex() argument
65 vnic_wq_post(wq, os_buf, dma_addr, len, sop, eop, desc_skip_cnt, in enic_queue_wq_desc_ex()
70 void *os_buf, dma_addr_t dma_addr, unsigned int len, in enic_queue_wq_desc_cont() argument
73 enic_queue_wq_desc_ex(wq, os_buf, dma_addr, len, in enic_queue_wq_desc_cont()
78 static inline void enic_queue_wq_desc(struct vnic_wq *wq, void *os_buf, in enic_queue_wq_desc() argument
82 enic_queue_wq_desc_ex(wq, os_buf, dma_addr, len, in enic_queue_wq_desc()
89 void *os_buf, dma_addr_t dma_addr, unsigned int len, in enic_queue_wq_desc_csum() argument
93 enic_queue_wq_desc_ex(wq, os_buf, dma_addr, len, in enic_queue_wq_desc_csum()
101 void *os_buf, dma_addr_t dma_addr, unsigned int len, in enic_queue_wq_desc_csum_l4() argument
105 enic_queue_wq_desc_ex(wq, os_buf, dma_addr, len, in enic_queue_wq_desc_csum_l4()
[all …]
Dvnic_wq.h56 void *os_buf; member
120 void *os_buf, dma_addr_t dma_addr, in vnic_wq_post() argument
131 buf->os_buf = eop ? os_buf : NULL; in vnic_wq_post()
Dvnic_rq.h70 void *os_buf; member
128 void *os_buf, unsigned int os_buf_index, in vnic_rq_post() argument
134 buf->os_buf = os_buf; in vnic_rq_post()
Denic_main.c150 if (buf->os_buf) in enic_free_wq_buf()
151 dev_kfree_skb_any(buf->os_buf); in enic_free_wq_buf()
549 while (!buf->os_buf && (buf->next != wq->to_clean)) { in enic_queue_wq_skb()
964 if (!buf->os_buf) in enic_free_rq_buf()
969 dev_kfree_skb_any(buf->os_buf); in enic_free_rq_buf()
970 buf->os_buf = NULL; in enic_free_rq_buf()
983 if (buf->os_buf) { in enic_rq_alloc_buf()
984 enic_queue_rq_desc(rq, buf->os_buf, os_buf_index, buf->dma_addr, in enic_rq_alloc_buf()
1054 skb = buf->os_buf; in enic_rq_indicate_buf()
1078 buf->os_buf = NULL; in enic_rq_indicate_buf()
[all …]
/linux-4.1.27/drivers/scsi/fnic/
Dvnic_wq.h70 void *os_buf; member
114 void *os_buf, dma_addr_t dma_addr, in vnic_wq_post() argument
120 buf->os_buf = eop ? os_buf : NULL; in vnic_wq_post()
Dfnic_res.h31 void *os_buf, dma_addr_t dma_addr, in fnic_queue_wq_desc() argument
51 vnic_wq_post(wq, os_buf, dma_addr, len, sop, eop); in fnic_queue_wq_desc()
55 void *os_buf, dma_addr_t dma_addr, in fnic_queue_wq_eth_desc() argument
76 vnic_wq_post(wq, os_buf, dma_addr, len, 1, 1); in fnic_queue_wq_eth_desc()
224 void *os_buf, dma_addr_t dma_addr, in fnic_queue_rq_desc() argument
234 vnic_rq_post(rq, os_buf, 0, dma_addr, len); in fnic_queue_rq_desc()
Dvnic_rq.h85 void *os_buf; member
133 void *os_buf, unsigned int os_buf_index, in vnic_rq_post() argument
138 buf->os_buf = os_buf; in vnic_rq_post()
Dfnic_fcs.c816 skb = buf->os_buf; in fnic_rq_cmpl_frame_recv()
818 buf->os_buf = NULL; in fnic_rq_cmpl_frame_recv()
961 struct fc_frame *fp = buf->os_buf; in fnic_free_rq_buf()
968 buf->os_buf = NULL; in fnic_free_rq_buf()
1192 struct sk_buff *skb = buf->os_buf; in fnic_wq_complete_frame_send()
1199 buf->os_buf = NULL; in fnic_wq_complete_frame_send()
1236 struct fc_frame *fp = buf->os_buf; in fnic_free_wq_buf()
1243 buf->os_buf = NULL; in fnic_free_wq_buf()