Lines Matching refs:pi
1167 const struct port_info *pi; in t4vf_eth_xmit() local
1189 pi = netdev_priv(dev); in t4vf_eth_xmit()
1190 adapter = pi->adapter; in t4vf_eth_xmit()
1192 BUG_ON(qidx >= pi->nqsets); in t4vf_eth_xmit()
1193 txq = &adapter->sge.ethtxq[pi->first_qset + qidx]; in t4vf_eth_xmit()
1342 TXPKT_INTF(pi->port_id) | in t4vf_eth_xmit()
2181 struct port_info *pi = netdev_priv(dev); in t4vf_sge_alloc_rxq() local
2228 FW_IQ_CMD_VIID_V(pi->viid) | in t4vf_sge_alloc_rxq()
2234 cpu_to_be16(FW_IQ_CMD_IQPCIECH_V(pi->port_id) | in t4vf_sge_alloc_rxq()
2367 struct port_info *pi = netdev_priv(dev); in t4vf_sge_alloc_eth_txq() local
2402 FW_EQ_ETH_CMD_VIID_V(pi->viid)); in t4vf_sge_alloc_eth_txq()
2405 FW_EQ_ETH_CMD_PCIECHN_V(pi->port_id) | in t4vf_sge_alloc_eth_txq()