Searched refs:cfg_chk (Results 1 – 3 of 3) sorted by relevance
332 struct irdma_config_check *cfg_chk = &vsi->cfg_check[user_prio]; in irdma_check_flow_ctrl() local334 if (!irdma_is_config_ok(cfg_chk, vsi)) { in irdma_check_flow_ctrl()357 struct irdma_config_check *cfg_chk = &vsi->cfg_check[i]; in irdma_check_fc_for_tc_update() local360 cfg_chk->traffic_class = tc; in irdma_check_fc_for_tc_update()361 cfg_chk->qs_handle = vsi->qos[i].qs_handle; in irdma_check_fc_for_tc_update()372 struct irdma_config_check *cfg_chk = &vsi->cfg_check[i]; in irdma_check_fc_for_qp() local374 irdma_init_config_check(cfg_chk, in irdma_check_fc_for_qp()377 if (sc_qp->qs_handle == cfg_chk->qs_handle) in irdma_check_fc_for_qp()378 irdma_check_flow_ctrl(vsi, i, cfg_chk->traffic_class); in irdma_check_fc_for_qp()
496 void vnic_dev_capable_udp_rss_weak(struct vnic_dev *vdev, bool *cfg_chk, in vnic_dev_capable_udp_rss_weak() argument503 *cfg_chk = false; in vnic_dev_capable_udp_rss_weak()507 *cfg_chk = true; in vnic_dev_capable_udp_rss_weak()
89 void vnic_dev_capable_udp_rss_weak(struct vnic_dev *vdev, bool *cfg_chk,