Home
last modified time | relevance | path

Searched refs:SC_PORT (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/dev/bxe/
H A Dbxe.h1387 #define SC_PORT(sc) (sc->pfunc_rel & 1) macro
1392 #define PORT_ID(sc) SC_PORT(sc)
1398 (SC_PORT(sc) + (vn) * \
1996 #define INIT_DMAE_C(sc) ((SC_PORT(sc) * MAX_DMAE_C_PER_PORT) + SC_VN(sc))
1997 #define PMF_DMAE_C(sc) ((SC_PORT(sc) * MAX_DMAE_C_PER_PORT) + E1HVN_MAX)
2076 ((SC_PORT(sc) << 23) | (SC_VN(sc) << BXE_SWCID_SHIFT) | (x))
2341 uint32_t hc_addr = (HC_REG_COMMAND_REG + SC_PORT(sc)*32 + in bxe_hc_ack_sb()
2388 uint32_t hc_addr = (HC_REG_COMMAND_REG + SC_PORT(sc)*32 + in bxe_hc_ack_int()
2424 return (2 * vn + SC_PORT(sc)); in func_by_vn()
2440 return (fp->cl_id + SC_PORT(sc) * FP_SB_MAX_E1x); in bxe_stats_id()
H A Dbxe.c1111 int port = SC_PORT(sc); in bxe_acquire_nvram_lock()
1150 int port = SC_PORT(sc); in bxe_release_nvram_lock()
1789 int port = SC_PORT(sc); in bxe_update_coalesce_sb_index()
3741 int port = SC_PORT(sc); in bxe_nic_load_no_mcp()
3764 int port = SC_PORT(sc); in bxe_nic_unload_no_mcp()
4015 int port = SC_PORT(sc); in bxe_chip_cleanup()
4128 int port = SC_PORT(sc); in bxe_disable_close_the_gate()
6947 int port = SC_PORT(sc); in bxe_fan_failure()
7049 int port = SC_PORT(sc); in bxe_attn_int_asserted()
13389 SC_PORT(sc)); in bxe_check_valid_mf_cfg()
[all …]
H A Dbxe_stats.c319 int port = SC_PORT(sc); in bxe_port_stats_init()
915 lpi_reg = (SC_PORT(sc)) ? in bxe_hw_stats_update()
922 nig_timer_max = SHMEM_RD(sc, port_mb[SC_PORT(sc)].stat_nig_timer); in bxe_hw_stats_update()
1550 cur_query_entry->index = SC_PORT(sc); in bxe_prep_fw_stats_req()
1564 cur_query_entry->index = SC_PORT(sc); in bxe_prep_fw_stats_req()
1596 int /*abs*/port = SC_PORT(sc); in bxe_stats_init()
1621 port = SC_PORT(sc); in bxe_stats_init()
H A Decore_init_ops.h887 int port = SC_PORT(sc); in ecore_qm_init_cid_count()
948 int port = SC_PORT(sc); in ecore_src_init_t2()
H A Decore_sp.h205 #define ECORE_PORT_ID SC_PORT