Searched refs:qlnx_fastpath (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.c | 99 static int qlnx_send(qlnx_host_t *ha, struct qlnx_fastpath *fp, 105 static int qlnx_transmit_locked(if_t ifp, struct qlnx_fastpath *fp, 143 static int qlnx_alloc_tx_br(qlnx_host_t *ha, struct qlnx_fastpath *fp); 144 static void qlnx_free_tx_br(qlnx_host_t *ha, struct qlnx_fastpath *fp); 146 static uint16_t qlnx_num_tx_compl(qlnx_host_t *ha, struct qlnx_fastpath *fp, 148 static void qlnx_tx_int(qlnx_host_t *ha, struct qlnx_fastpath *fp, 150 static int qlnx_rx_int(qlnx_host_t *ha, struct qlnx_fastpath *fp, int budget, 434 qlnx_num_tx_compl(qlnx_host_t *ha, struct qlnx_fastpath *fp, in qlnx_num_tx_compl() 535 struct qlnx_fastpath *fp; in qlnx_fp_taskqueue() 578 struct qlnx_fastpath *f in qlnx_create_fp_taskqueues() [all...] |
H A D | qlnx_def.h | 176 struct qlnx_fastpath { struct 418 struct qlnx_fastpath fp_array[QLNX_MAX_RSS];
|