Searched refs:mgp (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 179 struct myri10ge_priv *mgp; member 368 static void set_fw_name(struct myri10ge_priv *mgp, char *name, bool allocated) in set_fw_name() argument 370 if (mgp->fw_name_allocated) in set_fw_name() 371 kfree(mgp->fw_name); in set_fw_name() 372 mgp->fw_name = name; in set_fw_name() 373 mgp->fw_name_allocated = allocated; in set_fw_name() 377 myri10ge_send_cmd(struct myri10ge_priv *mgp, u32 cmd, in myri10ge_send_cmd() argument 382 struct mcp_cmd_response *response = mgp->cmd; in myri10ge_send_cmd() 383 char __iomem *cmd_addr = mgp->sram + MXGEFW_ETH_CMD; in myri10ge_send_cmd() 394 dma_low = MYRI10GE_LOWPART_TO_U32(mgp->cmd_bus); in myri10ge_send_cmd() [all …]
|
/linux-5.19.10/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_core.c | 2537 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local 2561 mgp = 0; in rtl8xxxu_init_queue_priority() 2591 mgp = 0; in rtl8xxxu_init_queue_priority() 2606 mgp = mgq ^ 3; in rtl8xxxu_init_queue_priority() 2642 usb_sndbulkpipe(priv->udev, priv->out_ep[mgp]); in rtl8xxxu_init_queue_priority()
|