Searched refs:mgp (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 180 struct myri10ge_priv *mgp; member 384 static void set_fw_name(struct myri10ge_priv *mgp, char *name, bool allocated) in set_fw_name() argument 386 if (mgp->fw_name_allocated) in set_fw_name() 387 kfree(mgp->fw_name); in set_fw_name() 388 mgp->fw_name = name; in set_fw_name() 389 mgp->fw_name_allocated = allocated; in set_fw_name() 393 myri10ge_send_cmd(struct myri10ge_priv *mgp, u32 cmd, in myri10ge_send_cmd() argument 398 struct mcp_cmd_response *response = mgp->cmd; in myri10ge_send_cmd() 399 char __iomem *cmd_addr = mgp->sram + MXGEFW_ETH_CMD; in myri10ge_send_cmd() 410 dma_low = MYRI10GE_LOWPART_TO_U32(mgp->cmd_bus); in myri10ge_send_cmd() [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.c | 2630 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local 2654 mgp = 0; in rtl8xxxu_init_queue_priority() 2684 mgp = 0; in rtl8xxxu_init_queue_priority() 2699 mgp = mgq ^ 3; in rtl8xxxu_init_queue_priority() 2735 usb_sndbulkpipe(priv->udev, priv->out_ep[mgp]); in rtl8xxxu_init_queue_priority()
|