Searched refs:hwfns (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c119 p_hwfn = &ha->cdev.hwfns[hwfn_index];
207 p_hwfn = &ha->cdev.hwfns[hwfn_index];
289 p_hwfn = &ha->cdev.hwfns[hwfn_index];
366 p_hwfn = &ha->cdev.hwfns[hwfn_index];
434 p_hwfn = &ha->cdev.hwfns[reg_rd_wr->hwfn_index];
567 p_hwfn = &ha->cdev.hwfns[0];
932 p_hwfn = &ha->cdev.hwfns[0];
H A Dqlnx_rdma.c337 return (QLNX_NUM_CNQ + ecore_rdma_get_sb_id(&ha->cdev.hwfns[0], 0) + 2);
H A Dqlnx_os.c503 if (&ha->cdev.hwfns[i] == p_hwfn) {
533 struct ecore_hwfn *p_hwfn = &ha->cdev.hwfns[i];
899 ecore_vf_get_num_rxqs(&ha->cdev.hwfns[0], &max_rxq);
900 ecore_vf_get_num_rxqs(&ha->cdev.hwfns[0], &max_txq);
965 struct ecore_hwfn *p_hwfn = &ha->cdev.hwfns[i];
1080 struct ecore_hwfn *p_hwfn = &ha->cdev.hwfns[0];
1196 p_hwfn = &ha->cdev.hwfns[0];
1295 ha, &ha->cdev, &ha->cdev.hwfns[0]);
1462 p_hwfn = &ha->cdev.hwfns[(i % ha->cdev.num_hwfns)];
1497 p_hwfn = &ha->cdev.hwfns[(
[all...]
H A Decore_dev.c150 p_hwfn = db_addr < p_dev->hwfns[1].doorbells ?
151 &p_dev->hwfns[0] : &p_dev->hwfns[1];
1682 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i];
1695 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i];
1709 p_dev->hwfns[0].b_active = true;
1722 p_hwfn = &p_dev->hwfns[i];
1749 ecore_l2_free(&p_dev->hwfns[i]);
1762 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i];
2421 rc = ecore_l2_alloc(&p_dev->hwfns[
[all...]
H A Decore.h906 struct ecore_hwfn hwfns[MAX_HWFNS_PER_DEVICE]; member in struct:ecore_dev
907 #define ECORE_LEADING_HWFN(dev) (&dev->hwfns[0])
915 #define ECORE_FIR_AFFIN_HWFN(dev) (&dev->hwfns[dev->fir_affin])
917 #define ECORE_IWARP_AFFIN_HWFN(dev) (&dev->hwfns[dev->iwarp_affin])
H A Decore_l2.c894 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i];
1705 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i];
1732 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i];
2046 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i];
2100 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i];
H A Decore_sriov.c760 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i];
4797 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i];
H A Decore_int.c2625 p_dev->hwfns[i].b_int_requested = false;
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c1102 dev->rdma_ctx = &ha->cdev.hwfns[0];

Completed in 214 milliseconds