Lines Matching refs:pi
1170 const struct port_info *pi; in t4vf_eth_xmit() local
1199 pi = netdev_priv(dev); in t4vf_eth_xmit()
1200 adapter = pi->adapter; in t4vf_eth_xmit()
1202 BUG_ON(qidx >= pi->nqsets); in t4vf_eth_xmit()
1203 txq = &adapter->sge.ethtxq[pi->first_qset + qidx]; in t4vf_eth_xmit()
1359 TXPKT_INTF_V(pi->port_id) | in t4vf_eth_xmit()
2204 struct port_info *pi = netdev_priv(dev); in t4vf_sge_alloc_rxq() local
2251 FW_IQ_CMD_VIID_V(pi->viid) | in t4vf_sge_alloc_rxq()
2257 cpu_to_be16(FW_IQ_CMD_IQPCIECH_V(pi->port_id) | in t4vf_sge_alloc_rxq()
2398 struct port_info *pi = netdev_priv(dev); in t4vf_sge_alloc_eth_txq() local
2433 FW_EQ_ETH_CMD_VIID_V(pi->viid)); in t4vf_sge_alloc_eth_txq()
2436 FW_EQ_ETH_CMD_PCIECHN_V(pi->port_id) | in t4vf_sge_alloc_eth_txq()