Searched refs:cxgb4_port_idx (Results 1 - 4 of 4) sorted by last modified time

/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1359 csk->txq_idx = cxgb4_port_idx(ndev) * step;
1361 csk->rss_qid = lldi->rxq_ids[cxgb4_port_idx(ndev) * step];
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3783 * cxgb4_port_idx - get the index of a port
3788 unsigned int cxgb4_port_idx(const struct net_device *dev) function
3792 EXPORT_SYMBOL(cxgb4_port_idx); variable
H A Dcxgb4_uld.h286 unsigned int cxgb4_port_idx(const struct net_device *dev);
/drivers/infiniband/hw/cxgb4/
H A Dcm.c1895 ep->txq_idx = cxgb4_port_idx(pdev) * step;
1898 ep->ctrlq_idx = cxgb4_port_idx(pdev);
1900 cxgb4_port_idx(pdev) * step];
1914 ep->txq_idx = cxgb4_port_idx(pdev) * step;
1915 ep->ctrlq_idx = cxgb4_port_idx(pdev);
1919 cxgb4_port_idx(pdev) * step];

Completed in 95 milliseconds