Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/fnic/
Dvnic_wq.h20 #define vnic_wq_post fnic_wq_post macro
103 static inline void vnic_wq_post(struct vnic_wq *wq, in vnic_wq_post() function
Dfnic_res.h39 vnic_wq_post(wq, os_buf, dma_addr, len, sop, eop); in fnic_queue_wq_desc()
64 vnic_wq_post(wq, os_buf, dma_addr, len, 1, 1); in fnic_queue_wq_eth_desc()
/linux-6.12.1/drivers/net/ethernet/cisco/enic/
Dvnic_wq.h118 static inline void vnic_wq_post(struct vnic_wq *wq, in vnic_wq_post() function
Denic_res.h52 vnic_wq_post(wq, os_buf, dma_addr, len, sop, eop, desc_skip_cnt, in enic_queue_wq_desc_ex()