Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/cisco/enic/
Dvnic_rq.h71 unsigned int os_buf_index; member
112 void *os_buf, unsigned int os_buf_index, in vnic_rq_post() argument
118 buf->os_buf_index = os_buf_index; in vnic_rq_post()
Denic_res.h119 void *os_buf, unsigned int os_buf_index, in enic_queue_rq_desc() argument
123 u8 type = os_buf_index ? in enic_queue_rq_desc()
130 vnic_rq_post(rq, os_buf, os_buf_index, dma_addr, len); in enic_queue_rq_desc()
Denic_main.c1232 unsigned int os_buf_index = 0; in enic_rq_alloc_buf() local
1242 enic_queue_rq_desc(rq, skb, os_buf_index, in enic_rq_alloc_buf()
/linux-3.4.99/drivers/scsi/fnic/
Dvnic_rq.h86 unsigned int os_buf_index; member
133 void *os_buf, unsigned int os_buf_index, in vnic_rq_post() argument
139 buf->os_buf_index = os_buf_index; in vnic_rq_post()