Searched refs:os_buf_index (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_rq.h | 59 unsigned int os_buf_index; member 107 void *os_buf, unsigned int os_buf_index, in vnic_rq_post() argument 114 buf->os_buf_index = os_buf_index; in vnic_rq_post()
|
H A D | enic_res.h | 110 void *os_buf, unsigned int os_buf_index, in enic_queue_rq_desc() argument 115 u8 type = os_buf_index ? in enic_queue_rq_desc() 122 vnic_rq_post(rq, os_buf, os_buf_index, dma_addr, len, wrid); in enic_queue_rq_desc()
|
H A D | enic_main.c | 1253 unsigned int os_buf_index = 0; in enic_rq_alloc_buf() local 1258 enic_queue_rq_desc(rq, buf->os_buf, os_buf_index, buf->dma_addr, in enic_rq_alloc_buf() 1274 enic_queue_rq_desc(rq, skb, os_buf_index, in enic_rq_alloc_buf()
|
/openbmc/linux/drivers/scsi/fnic/ |
H A D | vnic_rq.h | 74 unsigned int os_buf_index; member 121 void *os_buf, unsigned int os_buf_index, in vnic_rq_post() argument 127 buf->os_buf_index = os_buf_index; in vnic_rq_post()
|