Home
last modified time | relevance | path

Searched refs:ped (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dleon_mm.c40 unsigned int pgd, pmd, ped; in leon_swprobe() local
120 ped = LEON_BYPASS_LOAD_PA(ptr); in leon_swprobe()
122 if (((ped & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { in leon_swprobe()
124 printk(KERN_INFO "swprobe: ped is entry level 1\n"); in leon_swprobe()
126 pte = ped; in leon_swprobe()
127 paddrbase = ped & _SRMMU_PTE_PMASK_LEON; in leon_swprobe()
130 if (((ped & SRMMU_ET_MASK) != SRMMU_ET_PTD)) { in leon_swprobe()
132 printk(KERN_INFO "swprobe: ped is invalid => 0\n"); in leon_swprobe()
137 printk(KERN_INFO "swprobe: --- ped (%x) ---\n", ped); in leon_swprobe()
[all...]
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dleon_mm.c40 unsigned int pgd, pmd, ped; in leon_swprobe() local
120 ped = LEON_BYPASS_LOAD_PA(ptr); in leon_swprobe()
122 if (((ped & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { in leon_swprobe()
124 printk(KERN_INFO "swprobe: ped is entry level 1\n"); in leon_swprobe()
126 pte = ped; in leon_swprobe()
127 paddrbase = ped & _SRMMU_PTE_PMASK_LEON; in leon_swprobe()
130 if (((ped & SRMMU_ET_MASK) != SRMMU_ET_PTD)) { in leon_swprobe()
132 printk(KERN_INFO "swprobe: ped is invalid => 0\n"); in leon_swprobe()
137 printk(KERN_INFO "swprobe: --- ped (%x) ---\n", ped); in leon_swprobe()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc.c126 struct efx_tc_mac_pedit_action *ped, *old; in efx_tc_flower_get_mac() local
129 ped = kzalloc(sizeof(*ped), GFP_USER); in efx_tc_flower_get_mac()
130 if (!ped) in efx_tc_flower_get_mac()
132 memcpy(ped->h_addr, h_addr, ETH_ALEN); in efx_tc_flower_get_mac()
134 &ped->linkage, in efx_tc_flower_get_mac()
138 kfree(ped); in efx_tc_flower_get_mac()
147 rc = efx_mae_allocate_pedit_mac(efx, ped); in efx_tc_flower_get_mac()
154 refcount_set(&ped->ref, 1); in efx_tc_flower_get_mac()
155 return ped; in efx_tc_flower_get_mac()
163 efx_tc_flower_put_mac(struct efx_nic *efx, struct efx_tc_mac_pedit_action *ped) efx_tc_flower_put_mac() argument
1028 struct efx_tc_mac_pedit_action *ped; efx_tc_complete_mac_mangle() local
2638 struct efx_tc_mac_pedit_action *ped = ptr; efx_tc_mac_free() local
[all...]
H A Dmae.h107 struct efx_tc_mac_pedit_action *ped);
109 struct efx_tc_mac_pedit_action *ped);
H A Dmae.c1225 * @ped: pedit MAC action to be installed
1227 * Attempts to install @ped in HW and populates its id with an index of this
1233 struct efx_tc_mac_pedit_action *ped) in efx_mae_allocate_pedit_mac()
1241 sizeof(ped->h_addr)); in efx_mae_allocate_pedit_mac()
1242 memcpy(MCDI_PTR(inbuf, MAE_MAC_ADDR_ALLOC_IN_MAC_ADDR), ped->h_addr, in efx_mae_allocate_pedit_mac()
1243 sizeof(ped->h_addr)); in efx_mae_allocate_pedit_mac()
1250 ped->fw_id = MCDI_DWORD(outbuf, MAE_MAC_ADDR_ALLOC_OUT_MAC_ID); in efx_mae_allocate_pedit_mac()
1257 * @ped: pedit MAC action that needs to be freed
1259 * Frees @ped in HW, check that firmware did not free a different one and clears
1263 struct efx_tc_mac_pedit_action *ped) in efx_mae_free_pedit_mac()
1232 efx_mae_allocate_pedit_mac(struct efx_nic *efx, struct efx_tc_mac_pedit_action *ped) efx_mae_allocate_pedit_mac() argument
1262 efx_mae_free_pedit_mac(struct efx_nic *efx, struct efx_tc_mac_pedit_action *ped) efx_mae_free_pedit_mac() argument
[all...]

Completed in 5 milliseconds