Home
last modified time | relevance | path

Searched defs:qset (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c706 struct otx2_qset *qset = &pfvf->qset; in otx2_rq_init() local
739 struct otx2_qset *qset = &pfvf->qset; in otx2_sq_init() local
816 struct otx2_qset *qset = &pfvf->qset; in otx2_cq_init() local
1012 struct otx2_qset *qset = &pfvf->qset; in otx2_sq_free_sqbs() local
1211 struct otx2_qset *qset = &pfvf->qset; in otx2_sq_aura_pool_init() local
1329 struct otx2_qset *qset = &pfvf->qset; in otx2_config_npa() local
1547 struct otx2_qset *qset = &pfvf->qset; in otx2_free_cints() local
Dotx2_pf.c1240 struct otx2_qset *qset = &pf->qset; in otx2_disable_napi() local
1253 struct otx2_qset *qset = &pf->qset; in otx2_free_cq_res() local
1267 struct otx2_qset *qset = &pf->qset; in otx2_free_sq_res() local
1386 struct otx2_qset *qset = &pf->qset; in otx2_free_hw_resources() local
1453 struct otx2_qset *qset = &pf->qset; in otx2_open() local
1624 struct otx2_qset *qset = &pf->qset; in otx2_stop() local
Dotx2_ethtool.c78 static void otx2_get_qset_strings(struct otx2_nic *pfvf, u8 **data, int qset) in otx2_get_qset_strings()
Dotx2_txrx.c402 struct otx2_qset *qset; in otx2_napi_handler() local
Dotx2_common.h243 struct otx2_qset qset; member
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
Dnic_main.c478 u8 qset, rq_idx = 0; in nic_config_cpi() local
567 u8 qset, idx = 0; in nic_config_rss() local
Dnicvf_ethtool.c211 static void nicvf_get_qset_strings(struct nicvf *nic, u8 **data, int qset) in nicvf_get_qset_strings()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
Di40iw_main.c1313 u16 qset; in i40iw_initialize_dev() local
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h329 struct qset_params qset[SGE_QSETS]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2601 static inline struct port_info *ethqset2pinfo(struct adapter *adap, int qset) in ethqset2pinfo()