t4_port_is_10xg
v = t4_convert_holdoff_timer(sc, t4_port_is_10xg(pi) ?
v = t4_convert_holdoff_pktcnt(sc, t4_port_is_10xg(pi) ?
if (t4_port_is_10xg(pi)) {
pi->nrxq = (t4_port_is_10xg(pi)) ? iaq.nrxq10g : iaq.nrxq1g;
pi->ntxq = (t4_port_is_10xg(pi)) ? iaq.ntxq10g : iaq.ntxq1g;