Searched refs:cxgb4_port_idx (Results 1 – 6 of 6) sorted by relevance
943 csk->txq_idx = cxgb4_port_idx(ndev) * step; in cxgbit_offload_init()946 csk->ctrlq_idx = cxgb4_port_idx(ndev); in cxgbit_offload_init()948 cxgb4_port_idx(ndev) * step]; in cxgbit_offload_init()949 csk->port_id = cxgb4_port_idx(ndev); in cxgbit_offload_init()972 port_id = cxgb4_port_idx(ndev); in cxgbit_offload_init()981 csk->ctrlq_idx = cxgb4_port_idx(ndev); in cxgbit_offload_init()
517 unsigned int cxgb4_port_idx(const struct net_device *dev);
2175 unsigned int cxgb4_port_idx(const struct net_device *dev) in cxgb4_port_idx() function2179 EXPORT_SYMBOL(cxgb4_port_idx);
2110 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()2113 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()2115 cxgb4_port_idx(pdev) * step]; in import_ep()2129 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()2130 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()2134 cxgb4_port_idx(pdev) * step]; in import_ep()
1864 csk->txq_idx = cxgb4_port_idx(ndev) * step; in init_act_open()1866 rxq_idx = (cxgb4_port_idx(ndev) * step) + (cdev->rxq_idx_cntr % step); in init_act_open()
1173 port_id = cxgb4_port_idx(ndev); in chtls_recv_sock()