Searched refs:qlnx_fastpath (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.c | 101 static int qlnx_send(qlnx_host_t *ha, struct qlnx_fastpath *fp, 107 static int qlnx_transmit_locked(if_t ifp, struct qlnx_fastpath *fp, 145 static int qlnx_alloc_tx_br(qlnx_host_t *ha, struct qlnx_fastpath *fp); 146 static void qlnx_free_tx_br(qlnx_host_t *ha, struct qlnx_fastpath *fp); 148 static uint16_t qlnx_num_tx_compl(qlnx_host_t *ha, struct qlnx_fastpath *fp, 150 static void qlnx_tx_int(qlnx_host_t *ha, struct qlnx_fastpath *fp, 152 static int qlnx_rx_int(qlnx_host_t *ha, struct qlnx_fastpath *fp, int budget, 436 qlnx_num_tx_compl(qlnx_host_t *ha, struct qlnx_fastpath *fp, in qlnx_num_tx_compl() 537 struct qlnx_fastpath *fp; in qlnx_fp_taskqueue() 580 struct qlnx_fastpath *fp; 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];
|