Lines Matching refs:MCS_RX

137 	if (dir == MCS_RX)  in mcs_get_flowid_stats()
150 if (dir == MCS_RX) { in mcs_get_port_stats()
176 if (dir == MCS_RX) { in mcs_get_sa_stats()
205 if (dir == MCS_RX) { in mcs_get_sc_stats()
261 if (dir == MCS_RX) in mcs_clear_stats()
273 if (dir == MCS_RX) in mcs_clear_stats()
297 if (dir == MCS_RX) in mcs_clear_all_stats()
336 if (dir == MCS_RX) in mcs_pn_table_write()
377 if (dir == MCS_RX) { in mcs_sa_plcy_write()
418 if (dir == MCS_RX) in mcs_secy_plcy_write()
425 if (mcs->hw->mcs_blks == 1 && dir == MCS_RX) in mcs_secy_plcy_write()
434 if (dir == MCS_RX) { in cn10kb_mcs_flowid_secy_map()
448 if (dir == MCS_RX) { in mcs_ena_dis_flowid_entry()
472 if (dir == MCS_RX) { in mcs_flowid_entry_write()
521 mcs_secy_plcy_write(mcs, plcy, secy_id, MCS_RX); in mcs_install_flowid_bypass_entry()
533 mcs->mcs_ops->mcs_flowid_secy_map(mcs, &map, MCS_RX); in mcs_install_flowid_bypass_entry()
538 mcs_ena_dis_flowid_entry(mcs, flow_id, MCS_RX, true); in mcs_install_flowid_bypass_entry()
549 if (dir == MCS_RX) in mcs_clear_secy_plcy()
589 reg = (req->dir == MCS_RX) ? MCSX_PEX_RX_SLAVE_RULE_ENABLE : MCSX_PEX_TX_SLAVE_RULE_ENABLE; in mcs_free_ctrlpktrule()
590 map = (req->dir == MCS_RX) ? &mcs->rx : &mcs->tx; in mcs_free_ctrlpktrule()
624 reg = (req->dir == MCS_RX) ? MCSX_PEX_RX_SLAVE_RULE_ETYPE_CFGX(idx) : in mcs_ctrlpktrule_write()
634 reg = (req->dir == MCS_RX) ? MCSX_PEX_RX_SLAVE_RULE_DAX(idx) : in mcs_ctrlpktrule_write()
644 if (req->dir == MCS_RX) { in mcs_ctrlpktrule_write()
663 if (req->dir == MCS_RX) { in mcs_ctrlpktrule_write()
684 reg = (req->dir == MCS_RX) ? MCSX_PEX_RX_SLAVE_RULE_MAC : in mcs_ctrlpktrule_write()
691 reg = (req->dir == MCS_RX) ? MCSX_PEX_RX_SLAVE_RULE_ENABLE : MCSX_PEX_TX_SLAVE_RULE_ENABLE; in mcs_ctrlpktrule_write()
717 if (dir == MCS_RX) in mcs_free_all_rsrc()
747 if (dir == MCS_RX) in mcs_free_all_rsrc()
777 if (dir == MCS_RX) in mcs_alloc_all_rsrc()
949 reg = (dir == MCS_RX) ? MCSX_BBE_RX_SLAVE_DFIFO_OVERFLOW_0 : in cn10kb_mcs_bbe_intr_handler()
952 reg = (dir == MCS_RX) ? MCSX_BBE_RX_SLAVE_PLFIFO_OVERFLOW_0 : in cn10kb_mcs_bbe_intr_handler()
1031 mcs->mcs_ops->mcs_bbe_intr_handler(mcs, bbe_intr, MCS_RX); in mcs_ip_intr_handler()
1051 mcs->mcs_ops->mcs_pab_intr_handler(mcs, pab_intr, MCS_RX); in mcs_ip_intr_handler()
1296 reg = (req->dir == MCS_RX) ? MCSX_PEX_RX_SLAVE_CUSTOM_TAGX(idx) : in mcs_get_custom_tag_cfg()
1299 reg = (req->dir == MCS_RX) ? MCSX_PEX_RX_SLAVE_VLAN_CFGX(idx) : in mcs_get_custom_tag_cfg()
1306 reg = (req->dir == MCS_RX) ? MCSX_PEX_RX_SLAVE_ETYPE_ENABLE : in mcs_get_custom_tag_cfg()
1343 if (pn->dir == MCS_RX) in mcs_pn_threshold_set()