Searched refs:cxgb4_port_idx (Results 1 – 4 of 4) sorted by relevance
295 unsigned int cxgb4_port_idx(const struct net_device *dev);
2013 unsigned int cxgb4_port_idx(const struct net_device *dev) in cxgb4_port_idx() function2017 EXPORT_SYMBOL(cxgb4_port_idx);
1970 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()1973 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()1975 cxgb4_port_idx(pdev) * step]; in import_ep()1990 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()1991 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()1995 cxgb4_port_idx(pdev) * step]; in import_ep()
1449 csk->txq_idx = cxgb4_port_idx(ndev) * step; in init_act_open()1451 csk->rss_qid = lldi->rxq_ids[cxgb4_port_idx(ndev) * step]; in init_act_open()