Home
last modified time | relevance | path

Searched refs:ipo_dst (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic.h71 struct fbnic_ip_addr ipo_dst[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES]; member
H A Dfbnic_ethtool.c703 ip_addr = &fbd->ipo_dst[idx]; in fbnic_get_cls_rule()
1049 ip_dst = __fbnic_ip6_sync(fbd, fbd->ipo_dst, in fbnic_set_cls_rule_ins()
1061 ip_dst - fbd->ipo_dst); in fbnic_set_cls_rule_ins()
1216 for (idx = ARRAY_SIZE(fbd->ipo_dst); idx--;) in fbnic_clear_nfc_ip_addr()
1217 __fbnic_ip_unsync(&fbd->ipo_dst[idx], tcam_idx); in fbnic_clear_nfc_ip_addr()
H A Dfbnic_rpc.c1122 for (idx = ARRAY_SIZE(fbd->ipo_dst); idx--;) { in fbnic_write_ip_addr()
1123 struct fbnic_ip_addr *ip_addr = &fbd->ipo_dst[idx]; in fbnic_write_ip_addr()
H A Dfbnic_debugfs.c528 return fbnic_dbg_ip_addr_show(s, fbd->ipo_dst); in fbnic_dbg_ipo_dst_show()