| /linux-4.4.14/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 132 void *os_buf, dma_addr_t dma_addr, in vnic_wq_post() argument 143 buf->os_buf = eop ? os_buf : NULL; in vnic_wq_post()
|
| D | vnic_rq.h | 71 void *os_buf; member 123 void *os_buf, unsigned int os_buf_index, in vnic_rq_post() argument 129 buf->os_buf = os_buf; in vnic_rq_post()
|
| D | enic_main.c | 216 if (buf->os_buf) in enic_free_wq_buf() 217 dev_kfree_skb_any(buf->os_buf); in enic_free_wq_buf() 619 while (!buf->os_buf && (buf->next != wq->to_clean)) { in enic_queue_wq_skb() 1034 if (!buf->os_buf) in enic_free_rq_buf() 1039 dev_kfree_skb_any(buf->os_buf); in enic_free_rq_buf() 1040 buf->os_buf = NULL; in enic_free_rq_buf() 1053 if (buf->os_buf) { in enic_rq_alloc_buf() 1054 enic_queue_rq_desc(rq, buf->os_buf, os_buf_index, buf->dma_addr, in enic_rq_alloc_buf() 1124 skb = buf->os_buf; in enic_rq_indicate_buf() 1148 buf->os_buf = NULL; in enic_rq_indicate_buf() [all …]
|
| /linux-4.4.14/drivers/scsi/snic/ |
| D | snic_io.c | 41 SNIC_BUG_ON(buf->os_buf == NULL); in snic_wq_cmpl_frame_send() 46 buf->os_buf); in snic_wq_cmpl_frame_send() 49 ((ulong)(buf->os_buf) - sizeof(struct snic_req_info)), 0, 0, in snic_wq_cmpl_frame_send() 52 buf->os_buf = NULL; in snic_wq_cmpl_frame_send() 100 struct snic_host_req *req = buf->os_buf; in snic_free_wq_buf() 141 snic_queue_wq_desc(struct snic *snic, void *os_buf, u16 len) in snic_queue_wq_desc() argument 149 snic_print_desc(__func__, os_buf, len); in snic_queue_wq_desc() 152 pa = pci_map_single(snic->pdev, os_buf, len, PCI_DMA_TODEVICE); in snic_queue_wq_desc() 171 snic_queue_wq_eth_desc(&snic->wq[q_num], os_buf, pa, len, 0, 0, 1); in snic_queue_wq_desc() 406 snic_dump_desc(const char *fn, char *os_buf, int len) in snic_dump_desc() argument [all …]
|
| D | vnic_wq.h | 53 void *os_buf; member 103 void *os_buf, dma_addr_t dma_addr, in svnic_wq_post() argument 109 buf->os_buf = eop ? os_buf : NULL; in svnic_wq_post()
|
| D | snic_res.h | 64 void *os_buf, in snic_queue_wq_eth_desc() argument 86 svnic_wq_post(wq, os_buf, dma_addr, len, 1, 1); in snic_queue_wq_eth_desc()
|
| D | snic.h | 402 int snic_queue_wq_desc(struct snic *, void *os_buf, u16 len); 412 void snic_print_desc(const char *fn, char *os_buf, int len);
|
| /linux-4.4.14/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() 973 struct fc_frame *fp = buf->os_buf; in fnic_free_rq_buf() 980 buf->os_buf = NULL; in fnic_free_rq_buf() 1222 struct sk_buff *skb = buf->os_buf; in fnic_wq_complete_frame_send() 1229 buf->os_buf = NULL; in fnic_wq_complete_frame_send() 1266 struct fc_frame *fp = buf->os_buf; in fnic_free_wq_buf() 1273 buf->os_buf = NULL; in fnic_free_wq_buf()
|