Searched refs:cxgb4_port_idx (Results 1 – 6 of 6) sorted by relevance
923 csk->txq_idx = cxgb4_port_idx(ndev) * step; in cxgbit_offload_init()926 csk->ctrlq_idx = cxgb4_port_idx(ndev); in cxgbit_offload_init()928 cxgb4_port_idx(ndev) * step]; in cxgbit_offload_init()929 csk->port_id = cxgb4_port_idx(ndev); in cxgbit_offload_init()952 port_id = cxgb4_port_idx(ndev); in cxgbit_offload_init()961 csk->ctrlq_idx = cxgb4_port_idx(ndev); in cxgbit_offload_init()
397 unsigned int cxgb4_port_idx(const struct net_device *dev);
1658 unsigned int cxgb4_port_idx(const struct net_device *dev) in cxgb4_port_idx() function1662 EXPORT_SYMBOL(cxgb4_port_idx);
2066 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()2069 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()2071 cxgb4_port_idx(pdev) * step]; in import_ep()2086 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()2087 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()2091 cxgb4_port_idx(pdev) * step]; in import_ep()
1692 csk->txq_idx = cxgb4_port_idx(ndev) * step; in init_act_open()1694 rxq_idx = (cxgb4_port_idx(ndev) * step) + (cdev->rxq_idx_cntr % step); in init_act_open()
1047 port_id = cxgb4_port_idx(ndev); in chtls_recv_sock()