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

/linux-master/arch/sparc/mm/
H A Dleon_mm.c40 unsigned int pgd, pmd, ped; local
120 ped = LEON_BYPASS_LOAD_PA(ptr);
122 if (((ped & SRMMU_ET_MASK) == SRMMU_ET_PTE)) {
124 printk(KERN_INFO "swprobe: ped is entry level 1\n");
126 pte = ped;
127 paddrbase = ped & _SRMMU_PTE_PMASK_LEON;
130 if (((ped & SRMMU_ET_MASK) != SRMMU_ET_PTD)) {
132 printk(KERN_INFO "swprobe: ped is invalid => 0\n");
137 printk(KERN_INFO "swprobe: --- ped (%x) ---\n", ped);
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.h107 struct efx_tc_mac_pedit_action *ped);
109 struct efx_tc_mac_pedit_action *ped);
H A Dtc.c126 struct efx_tc_mac_pedit_action *ped, *old; local
129 ped = kzalloc(sizeof(*ped), GFP_USER);
130 if (!ped)
132 memcpy(ped->h_addr, h_addr, ETH_ALEN);
134 &ped->linkage,
138 kfree(ped);
147 rc = efx_mae_allocate_pedit_mac(efx, ped);
154 refcount_set(&ped->ref, 1);
155 return ped;
163 efx_tc_flower_put_mac(struct efx_nic *efx, struct efx_tc_mac_pedit_action *ped) argument
1127 struct efx_tc_mac_pedit_action *ped; local
2967 struct efx_tc_mac_pedit_action *ped = ptr; local
[all...]
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)
1241 sizeof(ped->h_addr));
1242 memcpy(MCDI_PTR(inbuf, MAE_MAC_ADDR_ALLOC_IN_MAC_ADDR), ped->h_addr,
1243 sizeof(ped->h_addr));
1250 ped->fw_id = MCDI_DWORD(outbuf, MAE_MAC_ADDR_ALLOC_OUT_MAC_ID);
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)
1232 efx_mae_allocate_pedit_mac(struct efx_nic *efx, struct efx_tc_mac_pedit_action *ped) argument
1262 efx_mae_free_pedit_mac(struct efx_nic *efx, struct efx_tc_mac_pedit_action *ped) argument
[all...]

Completed in 120 milliseconds