Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c923 csk->txq_idx = cxgb4_port_idx(ndev) * step; in cxgbit_offload_init()
926 csk->ctrlq_idx = cxgb4_port_idx(ndev); in cxgbit_offload_init()
928 cxgb4_port_idx(ndev) * step]; in cxgbit_offload_init()
929 csk->port_id = cxgb4_port_idx(ndev); in cxgbit_offload_init()
952 port_id = cxgb4_port_idx(ndev); in cxgbit_offload_init()
961 csk->ctrlq_idx = cxgb4_port_idx(ndev); in cxgbit_offload_init()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h397 unsigned int cxgb4_port_idx(const struct net_device *dev);
Dcxgb4_main.c1658 unsigned int cxgb4_port_idx(const struct net_device *dev) in cxgb4_port_idx() function
1662 EXPORT_SYMBOL(cxgb4_port_idx);
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dcm.c2066 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()
2069 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()
2071 cxgb4_port_idx(pdev) * step]; in import_ep()
2086 ep->txq_idx = cxgb4_port_idx(pdev) * step; in import_ep()
2087 ep->ctrlq_idx = cxgb4_port_idx(pdev); in import_ep()
2091 cxgb4_port_idx(pdev) * step]; in import_ep()
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1692 csk->txq_idx = cxgb4_port_idx(ndev) * step; in init_act_open()
1694 rxq_idx = (cxgb4_port_idx(ndev) * step) + (cdev->rxq_idx_cntr % step); in init_act_open()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1047 port_id = cxgb4_port_idx(ndev); in chtls_recv_sock()