Home
last modified time | relevance | path

Searched refs:os_buf_index (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_rq.h59 unsigned int os_buf_index; member
109 void *os_buf, unsigned int os_buf_index, in vnic_rq_post() argument
116 buf->os_buf_index = os_buf_index; in vnic_rq_post()
H A Denic_res.h113 void *os_buf, unsigned int os_buf_index, in enic_queue_rq_desc() argument
118 u8 type = os_buf_index ? in enic_queue_rq_desc()
125 vnic_rq_post(rq, os_buf, os_buf_index, dma_addr, len, wrid); in enic_queue_rq_desc()
H A Denic_rq.c278 unsigned int os_buf_index = 0; in enic_rq_alloc_buf() local
285 enic_queue_rq_desc(rq, buf->os_buf, os_buf_index, buf->dma_addr, in enic_rq_alloc_buf()
299 enic_queue_rq_desc(rq, (void *)page, os_buf_index, dma_addr, len); in enic_rq_alloc_buf()
/linux/drivers/scsi/fnic/
H A Dvnic_rq.h74 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()