Lines Matching refs:err

155 	int txschq, err;
172 err = otx2_sync_mbox_msg(&nic->mbox);
174 return err;
239 int err;
241 err = otx2_tc_validate_flow(nic, actions, extack);
242 if (err)
243 return err;
254 err = otx2_policer_validate(&cls->rule->action, entry, extack);
255 if (err)
256 return err;
262 err = otx2_set_matchall_egress_rate(nic, entry->police.burst,
264 if (err)
265 return err;
281 int err;
288 err = otx2_set_matchall_egress_rate(nic, 0, 0);
290 return err;
449 int err, i;
494 err = otx2_policer_validate(flow_action, act, extack);
495 if (err)
496 return err;
547 err = otx2_tc_update_mcast(nic, req, extack, node,
550 if (err)
551 return err;
1038 int err;
1049 err = otx2_sync_mbox_msg(&nic->mbox);
1050 if (err) {
1065 int err;
1077 err = otx2_sync_mbox_msg(&nic->mbox);
1078 if (err) {
1189 int err;
1211 err = cn10k_map_unmap_rq_policer(nic, flow_node->rq,
1213 if (err)
1218 err = cn10k_free_leaf_profile(nic, flow_node->leaf_profile);
1219 if (err)
1251 int rc, err, mcam_idx;
1326 err = cn10k_map_unmap_rq_policer(nic, new_node->rq,
1328 if (err)
1332 err = cn10k_free_leaf_profile(nic, new_node->leaf_profile);
1333 if (err)
1353 int err;
1372 err = otx2_sync_mbox_msg(&nic->mbox);
1373 if (err) {
1425 int err;
1427 err = otx2_tc_validate_flow(nic, actions, extack);
1428 if (err)
1429 return err;
1447 err = cn10k_alloc_matchall_ipolicer(nic);
1448 if (err)
1449 return err;
1453 err = cn10k_set_matchall_ipolicer_rate(nic, entry->police.burst, rate);
1454 if (err)
1455 return err;
1471 int err;
1478 err = cn10k_free_matchall_ipolicer(nic);
1480 return err;
1634 goto err;
1641 err: