Searched refs:pf_func (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | npc.h | 297 u64 pf_func :16; member 301 u64 pf_func :16;
|
H A D | rvu_struct.h | 833 uint64_t pf_func : 16; member 845 uint64_t pf_func : 16;
|
H A D | rvu_npc.c | 411 action.pf_func = pcifunc; in rvu_npc_install_ucast_entry() 471 action.pf_func = pcifunc; in rvu_npc_install_promisc_entry() 554 action.pf_func = pcifunc; in rvu_npc_install_bcast_match_entry() 617 action.pf_func = pcifunc; in rvu_npc_update_flowkey_alg_idx()
|
H A D | rvu_nix.c | 1984 aq_req.mce.pf_func = pcifunc; in nix_setup_mce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A 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() 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 in rvu_npc_install_ucast_entry() 386 npc_get_default_entry_action(struct rvu *rvu, struct npc_mcam *mcam, int blkaddr, u16 pf_func) npc_get_default_entry_action() argument [all...] |
H A D | npc.h | 386 u64 pf_func :16; member 390 u64 pf_func :16;
|
H A D | rvu_npc_fs.c | 1062 action.pf_func = target; in npc_update_rx_entry() 1078 action.pf_func = target; in npc_update_rx_entry() 1531 rule->rx_action.pf_func == target && !rule->enable) { in npc_mcam_enable_flows()
|
H A D | rvu_struct.h | 680 uint64_t pf_func : 16; member
|
H A D | rvu_debugfs.c | 2948 target = iter->rx_action.pf_func; in rvu_dbg_npc_mcam_show_rules()
|
H A D | rvu_nix.c | 2973 aq_req.mce.pf_func = pcifunc; in nix_blk_setup_mce()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 11239 u16 req_id, pf_func; in ixgbe_io_error_detected() local 11268 pf_func = req_id & 0x01; in ixgbe_io_error_detected() 11269 if ((pf_func & 1) == (pdev->devfn & 1)) { in ixgbe_io_error_detected()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 11379 u16 req_id, pf_func; in ixgbe_io_error_detected() local 11408 pf_func = req_id & 0x01; in ixgbe_io_error_detected() 11409 if ((pf_func & 1) == (pdev->devfn & 1)) { in ixgbe_io_error_detected()
|
Completed in 53 milliseconds