Home
last modified time | relevance | path

Searched refs:is_10G_port (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.c102 is_10G_port(const struct port_info *pi) in is_10G_port() function
H A Dt4_mac.c567 if (lc->supported & FW_PORT_CAP_ANEG && is_10G_port(pi)) { in t4_mc_setprop()
945 v = is_10G_port(pi) ? p->tmr_idx_10g : p->tmr_idx_1g; in propinfo()
947 v = is_10G_port(pi) ? p->pktc_idx_10g : p->pktc_idx_1g; in propinfo()
H A Dt4_nexus.c448 if (is_10G_port(pi) != 0) { in t4_devo_attach()
531 pi->nrxq = is_10G_port(pi) ? iaq.nrxq10g : iaq.nrxq1g; in t4_devo_attach()
536 pi->ntxq = is_10G_port(pi) ? iaq.ntxq10g : iaq.ntxq1g; in t4_devo_attach()
1941 #define PSTR(pi) (pi ? (is_10G_port(pi) ? "10G" : "1G") : "-") in setup_kstats()
H A Dadapter.h580 bool is_10G_port(const struct port_info *pi);