Searched refs:pf_func (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc.c | 68 u16 pf_func, pf_func_mask; in npc_mcam_verify_pf_func() local 75 pf_func = (entry_data->kw[0] >> 32) & NPC_KEX_PF_FUNC_MASK; in npc_mcam_verify_pf_func() 77 pf_func = be16_to_cpu((__force __be16)pf_func); in npc_mcam_verify_pf_func() 79 ((pf_func & ~RVU_PFVF_FUNC_MASK) != in npc_mcam_verify_pf_func() 387 int blkaddr, u16 pf_func) in npc_get_default_entry_action() argument 392 if (nix_get_nixlf(rvu, pf_func, &nixlf, NULL)) { in npc_get_default_entry_action() 394 __func__, pf_func); in npc_get_default_entry_action() 399 index = npc_get_nixlf_mcam_index(mcam, pf_func, nixlf, in npc_get_default_entry_action() 647 action.pf_func = pcifunc; in rvu_npc_install_ucast_entry() 659 req.vf = action.pf_func; in rvu_npc_install_ucast_entry() [all …]
|
D | npc.h | 380 u64 pf_func :16; member 384 u64 pf_func :16;
|
D | rvu_npc_fs.c | 1028 action.pf_func = target; in npc_update_rx_entry() 1044 action.pf_func = target; in npc_update_rx_entry() 1497 rule->rx_action.pf_func == target && !rule->enable) { in npc_mcam_enable_flows()
|
D | rvu_struct.h | 680 uint64_t pf_func : 16; member
|
D | rvu_debugfs.c | 2931 target = iter->rx_action.pf_func; in rvu_dbg_npc_mcam_show_rules()
|
D | rvu_nix.c | 2829 aq_req.mce.pf_func = pcifunc; in nix_blk_setup_mce()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 11358 u16 req_id, pf_func; in ixgbe_io_error_detected() local 11387 pf_func = req_id & 0x01; in ixgbe_io_error_detected() 11388 if ((pf_func & 1) == (pdev->devfn & 1)) { in ixgbe_io_error_detected()
|