Home
last modified time | relevance | path

Searched refs:cxgb4_port_idx (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c941 csk->txq_idx = cxgb4_port_idx(ndev) * step; in cxgbit_offload_init()
944 csk->ctrlq_idx = cxgb4_port_idx(ndev); in cxgbit_offload_init()
946 cxgb4_port_idx(ndev) * step]; in cxgbit_offload_init()
947 csk->port_id = cxgb4_port_idx(ndev); in cxgbit_offload_init()
970 port_id = cxgb4_port_idx(ndev); in cxgbit_offload_init()
979 csk->ctrlq_idx = cxgb4_port_idx(ndev); in cxgbit_offload_init()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h400 unsigned int cxgb4_port_idx(const struct net_device *dev);
Dcxgb4_main.c1777 unsigned int cxgb4_port_idx(const struct net_device *dev) in cxgb4_port_idx() function
1781 EXPORT_SYMBOL(cxgb4_port_idx);
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Dcm.c2110 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()
2113 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()
2115 cxgb4_port_idx(pdev) * step]; in import_ep()
2129 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()
2130 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()
2134 cxgb4_port_idx(pdev) * step]; in import_ep()
/Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1783 csk->txq_idx = cxgb4_port_idx(ndev) * step; in init_act_open()
1785 rxq_idx = (cxgb4_port_idx(ndev) * step) + (cdev->rxq_idx_cntr % step); in init_act_open()
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1043 port_id = cxgb4_port_idx(ndev); in chtls_recv_sock()