Home
last modified time | relevance | path

Searched refs:pf_func (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h402 u64 pf_func :16; member
406 u64 pf_func :16;
Drvu_npc.c365 int blkaddr, u16 pf_func) in npc_get_default_entry_action() argument
370 if (nix_get_nixlf(rvu, pf_func, &nixlf, NULL)) { in npc_get_default_entry_action()
372 __func__, pf_func); in npc_get_default_entry_action()
377 index = npc_get_nixlf_mcam_index(mcam, pf_func, nixlf, in npc_get_default_entry_action()
635 action.pf_func = pcifunc; in rvu_npc_install_ucast_entry()
647 req.vf = action.pf_func; in rvu_npc_install_ucast_entry()
891 action.pf_func = pcifunc; in rvu_npc_install_allmulti_entry()
1054 action.pf_func = pcifunc; in rvu_npc_update_flowkey_alg_idx()
1220 rule->rx_action.pf_func == pcifunc && in rvu_npc_disable_mcam_entries()
Drvu_npc_fs.c1166 action.pf_func = target; in npc_update_rx_entry()
1187 action.pf_func = target; in npc_update_rx_entry()
1661 rule->rx_action.pf_func == target && !rule->enable) { in npc_mcam_enable_flows()
Drvu_struct.h683 uint64_t pf_func : 16; member
Drvu_debugfs.c3396 target = iter->rx_action.pf_func; in rvu_dbg_npc_mcam_show_rules()
Drvu_nix.c3120 aq_req.mce.pf_func = pcifunc; in nix_blk_setup_mce()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c11400 u16 req_id, pf_func; in ixgbe_io_error_detected() local
11429 pf_func = req_id & 0x01; in ixgbe_io_error_detected()
11430 if ((pf_func & 1) == (pdev->devfn & 1)) { in ixgbe_io_error_detected()