Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_idc.c67 int ice_add_rdma_qset(struct ice_pf *pf, struct iidc_rdma_qset_params *qset) in ice_add_rdma_qset()
122 int ice_del_rdma_qset(struct ice_pf *pf, struct iidc_rdma_qset_params *qset) in ice_del_rdma_qset()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c753 struct otx2_qset *qset = &pfvf->qset; in otx2_rq_init() local
824 struct otx2_qset *qset = &pfvf->qset; in otx2_sq_init() local
873 struct otx2_qset *qset = &pfvf->qset; in otx2_cq_init() local
1070 struct otx2_qset *qset = &pfvf->qset; in otx2_sq_free_sqbs() local
1269 struct otx2_qset *qset = &pfvf->qset; in otx2_sq_aura_pool_init() local
1385 struct otx2_qset *qset = &pfvf->qset; in otx2_config_npa() local
1613 struct otx2_qset *qset = &pfvf->qset; in otx2_free_cints() local
Dotx2_pf.c1251 struct otx2_qset *qset = &pf->qset; in otx2_disable_napi() local
1264 struct otx2_qset *qset = &pf->qset; in otx2_free_cq_res() local
1278 struct otx2_qset *qset = &pf->qset; in otx2_free_sq_res() local
1426 struct otx2_qset *qset = &pf->qset; in otx2_free_hw_resources() local
1500 struct otx2_qset *qset = &pf->qset; in otx2_open() local
1678 struct otx2_qset *qset = &pf->qset; in otx2_stop() local
Dotx2_txrx.c408 struct otx2_qset *qset; in otx2_napi_handler() local
Dotx2_ethtool.c83 static void otx2_get_qset_strings(struct otx2_nic *pfvf, u8 **data, int qset) in otx2_get_qset_strings()
Dotx2_common.h340 struct otx2_qset qset; member
/Linux-v5.15/drivers/infiniband/hw/irdma/
Dmain.c165 struct iidc_rdma_qset_params qset = {}; in irdma_lan_register_qset() local
193 struct iidc_rdma_qset_params qset = {}; in irdma_lan_unregister_qset() local
Di40iw_if.c112 u16 qset; in i40iw_open() local
/Linux-v5.15/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.c212 static void nicvf_get_qset_strings(struct nicvf *nic, u8 **data, int qset) in nicvf_get_qset_strings()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h329 struct qset_params qset[SGE_QSETS]; member
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2601 static inline struct port_info *ethqset2pinfo(struct adapter *adap, int qset) in ethqset2pinfo()