Lines Matching refs:pi

1102 		  const struct port_info *pi, u64 *cntrl)  in cxgb_fcoe_offload()  argument
1104 const struct cxgb_fcoe *fcoe = &pi->fcoe; in cxgb_fcoe_offload()
1146 const struct port_info *pi; in t4_eth_xmit() local
1173 pi = netdev_priv(dev); in t4_eth_xmit()
1174 adap = pi->adapter; in t4_eth_xmit()
1176 q = &adap->sge.ethtxq[qidx + pi->first_qset]; in t4_eth_xmit()
1182 err = cxgb_fcoe_offload(skb, adap, pi, &cntrl); in t4_eth_xmit()
1277 ctrl0 = TXPKT_OPCODE_V(CPL_TX_PKT_XT) | TXPKT_INTF_V(pi->tx_chan) | in t4_eth_xmit()
1850 struct port_info *pi; in do_gro() local
1868 pi = netdev_priv(skb->dev); in do_gro()
1869 if (pi->rxtstamp) in do_gro()
1907 struct port_info *pi; in t4_ethrx_handler() local
1938 pi = netdev_priv(skb->dev); in t4_ethrx_handler()
1939 if (pi->rxtstamp) in t4_ethrx_handler()
1960 (pi->fcoe.flags & CXGB_FCOE_ENABLED)) { in t4_ethrx_handler()
2457 struct port_info *pi = netdev_priv(dev); in t4_sge_alloc_rxq() local
2474 FW_IQ_CMD_IQASYNCH_V(fwevtq) | FW_IQ_CMD_VIID_V(pi->viid) | in t4_sge_alloc_rxq()
2479 c.iqdroprss_to_iqesize = htons(FW_IQ_CMD_IQPCIECH_V(pi->tx_chan) | in t4_sge_alloc_rxq()
2644 struct port_info *pi = netdev_priv(dev); in t4_sge_alloc_eth_txq() local
2664 FW_EQ_ETH_CMD_VIID_V(pi->viid)); in t4_sge_alloc_eth_txq()
2667 FW_EQ_ETH_CMD_PCIECHN_V(pi->tx_chan) | in t4_sge_alloc_eth_txq()
2701 struct port_info *pi = netdev_priv(dev); in t4_sge_alloc_ctrl_txq() local
2722 FW_EQ_CTRL_CMD_PCIECHN_V(pi->tx_chan) | in t4_sge_alloc_ctrl_txq()
2754 struct port_info *pi = netdev_priv(dev); in t4_sge_alloc_ofld_txq() local
2775 FW_EQ_OFLD_CMD_PCIECHN_V(pi->tx_chan) | in t4_sge_alloc_ofld_txq()