Searched refs:cxgb4_port_idx (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h284 unsigned int cxgb4_port_idx(const struct net_device *dev);
H A Dcxgb4_main.c1949 * cxgb4_port_idx - get the index of a port
1954 unsigned int cxgb4_port_idx(const struct net_device *dev) cxgb4_port_idx() function
1958 EXPORT_SYMBOL(cxgb4_port_idx); variable
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
H A Dcm.c1912 ep->txq_idx = cxgb4_port_idx(pdev) * step; import_ep()
1915 ep->ctrlq_idx = cxgb4_port_idx(pdev); import_ep()
1917 cxgb4_port_idx(pdev) * step]; import_ep()
1931 ep->txq_idx = cxgb4_port_idx(pdev) * step; import_ep()
1932 ep->ctrlq_idx = cxgb4_port_idx(pdev); import_ep()
1936 cxgb4_port_idx(pdev) * step]; import_ep()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1440 csk->txq_idx = cxgb4_port_idx(ndev) * step; init_act_open()
1442 csk->rss_qid = lldi->rxq_ids[cxgb4_port_idx(ndev) * step]; init_act_open()

Completed in 179 milliseconds