Searched refs:ib1 (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/ethernet/mediatek/ |
| A D | mtk_ppe.c | 226 entry->ib1 = val; in mtk_foe_entry_prepare() 237 entry->ib1 = val; in mtk_foe_entry_prepare() 488 if ((data->ib1 ^ entry->data.ib1) & MTK_FOE_IB1_UDP) in mtk_flow_entry_match() 520 hwe->ib1 &= ~MTK_FOE_IB1_STATE; in __mtk_foe_entry_clear() 566 u32 ib1; in mtk_flow_entry_update_l2() local 569 ib1 = READ_ONCE(hwe->ib1); in mtk_flow_entry_update_l2() 583 entry->data.ib1 |= ib1 & ib1_ts_mask; in mtk_flow_entry_update_l2() 610 entry->data.ib1 = foe.ib1; in mtk_flow_entry_update() 638 hwe->ib1 = entry->ib1; in __mtk_foe_entry_commit() 721 foe.ib1 &= ib1_mask; in mtk_foe_entry_commit_subflow() [all …]
|
| A D | mtk_ppe_debugfs.c | 93 state = FIELD_GET(MTK_FOE_IB1_STATE, entry->ib1); in mtk_ppe_debugfs_foe_show() 102 type = mtk_get_ib1_pkt_type(ppe->eth, entry->ib1); in mtk_ppe_debugfs_foe_show() 163 l2->vlan1, l2->vlan2, entry->ib1, ib2, in mtk_ppe_debugfs_foe_show()
|
| A D | mtk_ppe.h | 240 u32 ib1; member
|
| /drivers/net/ethernet/airoha/ |
| A D | airoha_ppe.c | 237 hwe->ib1 = val; in airoha_ppe_foe_entry_prepare() 560 if ((hwe->ib1 ^ e->data.ib1) & AIROHA_FOE_IB1_BIND_UDP) in airoha_ppe_foe_compare_entry() 584 e->ib1 &= ~AIROHA_FOE_IB1_BIND_TIMESTAMP; in airoha_ppe_foe_commit_entry() 586 hwe->ib1 = e->ib1; in airoha_ppe_foe_commit_entry() 619 e->data.ib1 &= ~AIROHA_FOE_IB1_BIND_STATE; in airoha_ppe_foe_remove_flow() 681 hwe.ib1 = (hwe.ib1 & mask) | (e->data.ib1 & ~mask); in airoha_ppe_foe_commit_subflow_entry() 832 u32 ib1, state; in airoha_ppe_foe_flow_l2_entry_update() local 839 ib1 = READ_ONCE(hwe->ib1); in airoha_ppe_foe_flow_l2_entry_update() 852 e->data.ib1 &= ~AIROHA_FOE_IB1_BIND_TIMESTAMP; in airoha_ppe_foe_flow_l2_entry_update() 853 e->data.ib1 |= ib1 & AIROHA_FOE_IB1_BIND_TIMESTAMP; in airoha_ppe_foe_flow_l2_entry_update() [all …]
|
| A D | airoha_ppe_debugfs.c | 74 state = FIELD_GET(AIROHA_FOE_IB1_BIND_STATE, hwe->ib1); in airoha_ppe_debugfs_foe_show() 82 type = FIELD_GET(AIROHA_FOE_IB1_BIND_PACKET_TYPE, hwe->ib1); in airoha_ppe_debugfs_foe_show() 158 l2->vlan1, l2->vlan2, hwe->ib1, ib2, in airoha_ppe_debugfs_foe_show()
|
| A D | airoha_eth.h | 404 u32 ib1; member
|
Completed in 19 milliseconds