Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c35 struct otx2_qset *qset = &pfvf->qset; in otx2_qos_sq_aura_pool_init() local
118 struct otx2_qset *qset = &pfvf->qset; in otx2_qos_sq_free_sqbs() local
261 struct otx2_qset *qset = &pfvf->qset; in otx2_qos_disable_sq() local
H A Drep.c488 struct otx2_qset *qset = &priv->qset; in rvu_rep_napi_init() local
548 struct otx2_qset *qset = &priv->qset; in rvu_rep_free_cq_rsrc() local
570 struct otx2_qset *qset = &priv->qset; in rvu_rep_rsrc_free() local
586 struct otx2_qset *qset = &priv->qset; in rvu_rep_rsrc_init() local
H A Dotx2_ethtool.c83 static void otx2_get_qset_strings(struct otx2_nic *pfvf, u8 **data, int qset) in otx2_get_qset_strings()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_idc.c60 int ice_add_rdma_qset(struct ice_pf *pf, struct iidc_rdma_qset_params *qset) in ice_add_rdma_qset()
115 int ice_del_rdma_qset(struct ice_pf *pf, struct iidc_rdma_qset_params *qset) in ice_del_rdma_qset()
/linux/drivers/infiniband/hw/irdma/
H A Dmain.c170 struct iidc_rdma_qset_params qset = {}; in irdma_lan_register_qset() local
198 struct iidc_rdma_qset_params qset = {}; in irdma_lan_unregister_qset() local
H A Di40iw_if.c113 u16 qset; in i40iw_open() local
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c441 static void fun_free_rings(struct net_device *netdev, struct fun_qset *qset) in fun_free_rings()
479 static int fun_alloc_rings(struct net_device *netdev, struct fun_qset *qset) in fun_alloc_rings()
530 static int fun_advance_ring_state(struct net_device *dev, struct fun_qset *qset) in fun_advance_ring_state()
741 static void fun_down(struct net_device *dev, struct fun_qset *qset) in fun_down()
768 static int fun_up(struct net_device *dev, struct fun_qset *qset) in fun_up()
837 struct fun_qset qset = { in funeth_open() local
863 struct fun_qset qset = { .state = FUN_QSTATE_DESTROYED }; in funeth_close() local
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c478 u8 qset, rq_idx = 0; in nic_config_cpi() local
567 u8 qset, idx = 0; in nic_config_rss() local
H A Dnicvf_ethtool.c212 static void nicvf_get_qset_strings(struct nicvf *nic, u8 **data, int qset) in nicvf_get_qset_strings()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h329 struct qset_params qset[SGE_QSETS]; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2601 static inline struct port_info *ethqset2pinfo(struct adapter *adap, int qset) in ethqset2pinfo()