/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | enic_res.h | 44 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 …]
|
D | vnic_wq.h | 56 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()
|
D | vnic_rq.h | 70 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()
|
D | enic_main.c | 150 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/ |
D | vnic_wq.h | 70 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()
|
D | fnic_res.h | 31 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()
|
D | vnic_rq.h | 85 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()
|
D | fnic_fcs.c | 816 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()
|