Searched refs:is_10G_port (Results 1 – 4 of 4) sorted by relevance
102 is_10G_port(const struct port_info *pi) in is_10G_port() function
567 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()
448 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()
580 bool is_10G_port(const struct port_info *pi);