Searched refs:static_cfg (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c502 u32 quantum, u16 qid, bool static_cfg)
520 node->is_static = static_cfg;
1153 u64 prio, bool static_cfg)
1155 if (prio == parent->child_dwrr_prio && static_cfg) {
1160 if (static_cfg && test_bit(prio, parent->prio_bmap)) {
1226 bool static_cfg; local
1257 static_cfg = !is_qos_node_dwrr(parent, pfvf, prio);
1259 static_cfg);
1263 if (!static_cfg) {
1270 if (static_cfg)
499 otx2_qos_sw_create_leaf_node(struct otx2_nic *pfvf, struct otx2_qos_node *parent, u16 classid, u32 prio, u64 rate, u64 ceil, u32 quantum, u16 qid, bool static_cfg) argument
1150 otx2_qos_validate_configuration(struct otx2_qos_node *parent, struct netlink_ext_ack *extack, struct otx2_nic *pfvf, u64 prio, bool static_cfg) argument
1363 bool static_cfg; local
[all...]

Completed in 243 milliseconds