Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c117 p_hwfn = &ha->cdev.hwfns[hwfn_index]; in qlnx_grc_dump()
205 p_hwfn = &ha->cdev.hwfns[hwfn_index]; in qlnx_idle_chk()
287 p_hwfn = &ha->cdev.hwfns[hwfn_index]; in qlnx_get_trace_cmd_size()
364 p_hwfn = &ha->cdev.hwfns[hwfn_index]; in qlnx_get_trace()
432 p_hwfn = &ha->cdev.hwfns[reg_rd_wr->hwfn_index]; in qlnx_reg_rd_wr()
565 p_hwfn = &ha->cdev.hwfns[0]; in qlnx_dev_settings()
930 p_hwfn = &ha->cdev.hwfns[0]; in qlnx_set_lldp_tlvx()
H A Decore_dev.c148 p_hwfn = db_addr < p_dev->hwfns[1].doorbells ? in ecore_db_rec_find_hwfn()
149 &p_dev->hwfns[0] : &p_dev->hwfns[1]; in ecore_db_rec_find_hwfn()
1680 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_init_dp()
1693 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_init_struct()
1707 p_dev->hwfns[0].b_active = true; in ecore_init_struct()
1720 p_hwfn = &p_dev->hwfns[i]; in ecore_init_struct()
1747 ecore_l2_free(&p_dev->hwfns[i]); in ecore_resc_free()
1760 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_resc_free()
2419 rc = ecore_l2_alloc(&p_dev->hwfns[i]); in ecore_resc_alloc()
2432 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_resc_alloc()
[all …]
H A Dqlnx_os.c466 if (&ha->cdev.hwfns[i] == p_hwfn) { in qlnx_sp_intr()
496 struct ecore_hwfn *p_hwfn = &ha->cdev.hwfns[i]; in qlnx_create_sp_taskqueues()
862 ecore_vf_get_num_rxqs(&ha->cdev.hwfns[0], &max_rxq); in qlnx_pci_attach()
863 ecore_vf_get_num_rxqs(&ha->cdev.hwfns[0], &max_txq); in qlnx_pci_attach()
928 struct ecore_hwfn *p_hwfn = &ha->cdev.hwfns[i]; in qlnx_pci_attach()
1043 struct ecore_hwfn *p_hwfn = &ha->cdev.hwfns[0]; in qlnx_pci_attach()
1256 ha, &ha->cdev, &ha->cdev.hwfns[0]); in qlnx_init_hw()
1423 p_hwfn = &ha->cdev.hwfns[(i % ha->cdev.num_hwfns)]; in qlnx_set_tx_coalesce()
1458 p_hwfn = &ha->cdev.hwfns[(i % ha->cdev.num_hwfns)]; in qlnx_set_rx_coalesce()
2763 struct ecore_hwfn *p_hwfn = &ha->cdev.hwfns[0]; in qlnx_ioctl()
[all …]
H A Decore.h906 struct ecore_hwfn hwfns[MAX_HWFNS_PER_DEVICE]; member
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 Dqlnx_rdma.c329 return (QLNX_NUM_CNQ + ecore_rdma_get_sb_id(&ha->cdev.hwfns[0], 0) + 2); in qlnx_rdma_get_num_irqs()
H A Decore_l2.c892 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_accept_cmd()
1703 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_mcast_cmd()
1730 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_ucast_cmd()
2044 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in _ecore_get_vport_stats()
2098 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_reset_vport_stats()
H A Decore_sriov.c758 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_iov_set_vf_to_disable()
4795 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_iov_configure_min_tx_rate()
H A Decore_int.c2623 p_dev->hwfns[i].b_int_requested = false; in ecore_int_disable_post_isr_release()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c1083 dev->rdma_ctx = &ha->cdev.hwfns[0]; in qlnxr_add()