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

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

Completed in 69 milliseconds