Searched refs:fp_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c6723 int rc, i, j, fp_index; local
6767 fp_index = ((cdev->num_hwfns * j) + i) %
6770 fp = &ha->fp_array[fp_index];
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c5801 int fp_index, rc; local
5803 fp_index = 0; /* default is the first queue */
5808 fp_index = (m->m_pkthdr.flowid % sc->num_queues);
5810 fp = &sc->fp[fp_index];
15962 uint32_t fp_index = ((q_stat >> 16) & 0xffff); local
15965 eth_stats = (uint32_t *)&sc->fp[fp_index].eth_q_stats;

Completed in 114 milliseconds