Searched refs:cxgb4_port_idx (Results 1 – 4 of 4) sorted by relevance
284 unsigned int cxgb4_port_idx(const struct net_device *dev);
1954 unsigned int cxgb4_port_idx(const struct net_device *dev) in cxgb4_port_idx() function1958 EXPORT_SYMBOL(cxgb4_port_idx);
1912 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()1915 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()1917 cxgb4_port_idx(pdev) * step]; in import_ep()1931 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()1932 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()1936 cxgb4_port_idx(pdev) * step]; in import_ep()
1440 csk->txq_idx = cxgb4_port_idx(ndev) * step; in init_act_open()1442 csk->rss_qid = lldi->rxq_ids[cxgb4_port_idx(ndev) * step]; in init_act_open()