Searched refs:qset_params (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 325 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p); 327 int irq_vec_idx, const struct qset_params *p,
|
H A D | common.h | 316 struct qset_params { /* SGE queue set parameters */ struct 329 struct qset_params qset[SGE_QSETS];
|
H A D | cxgb3_main.c | 1956 const struct qset_params *q = &adapter->params.sge.qset[pi->first_qset]; in get_sge_param() 1972 struct qset_params *q; in set_sge_param() 2004 struct qset_params *qsp; in set_coalesce() 2025 struct qset_params *q = adapter->params.sge.qset; in get_coalesce() 2152 struct qset_params *q; in cxgb_extension_ioctl() 2253 struct qset_params *q; in cxgb_extension_ioctl()
|
H A D | sge.c | 3013 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p) in t3_update_qset_coalesce() 3037 int irq_vec_idx, const struct qset_params *p, in t3_sge_alloc_qset() 3368 struct qset_params *q = p->qset + i; in t3_sge_prep()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 325 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p); 327 int irq_vec_idx, const struct qset_params *p,
|
H A D | common.h | 316 struct qset_params { /* SGE queue set parameters */ struct 329 struct qset_params qset[SGE_QSETS];
|
H A D | cxgb3_main.c | 1957 const struct qset_params *q = &adapter->params.sge.qset[pi->first_qset]; in get_sge_param() 1975 struct qset_params *q; in set_sge_param() 2009 struct qset_params *qsp; in set_coalesce() 2032 struct qset_params *q = adapter->params.sge.qset; in get_coalesce() 2152 struct qset_params *q; in cxgb_siocdevprivate() 2253 struct qset_params *q; in cxgb_siocdevprivate()
|
H A D | sge.c | 3011 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p) in t3_update_qset_coalesce() 3035 int irq_vec_idx, const struct qset_params *p, in t3_sge_alloc_qset() 3369 struct qset_params *q = p->qset + i; in t3_sge_prep()
|
Completed in 23 milliseconds