Searched refs:cfg_cmd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/i825xx/ |
| A D | sun3_82586.c | 415 cfg_cmd->cmd_status = 0; in init586() 417 cfg_cmd->cmd_link = 0xffff; in init586() 423 cfg_cmd->priority = 0x00; in init586() 424 cfg_cmd->ifs = 0x60; in init586() 425 cfg_cmd->time_low = 0x00; in init586() 426 cfg_cmd->time_high = 0xf2; in init586() 427 cfg_cmd->promisc = 0; in init586() 432 cfg_cmd->promisc = 1; in init586() 436 cfg_cmd->promisc = 1; in init586() 437 cfg_cmd->carr_coll = 0x00; in init586() [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| A D | core.c | 1791 struct wlan_pwr_cfg cfg_cmd; in rtl_hal_pwrseqcmdparsing() local 1800 cfg_cmd = pwrcfgcmd[ary_idx]; in rtl_hal_pwrseqcmdparsing() 1804 GET_PWR_CFG_OFFSET(cfg_cmd), in rtl_hal_pwrseqcmdparsing() 1805 GET_PWR_CFG_CUT_MASK(cfg_cmd), in rtl_hal_pwrseqcmdparsing() 1806 GET_PWR_CFG_FAB_MASK(cfg_cmd), in rtl_hal_pwrseqcmdparsing() 1808 GET_PWR_CFG_BASE(cfg_cmd), GET_PWR_CFG_CMD(cfg_cmd), in rtl_hal_pwrseqcmdparsing() 1809 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing() 1814 switch (GET_PWR_CFG_CMD(cfg_cmd)) { in rtl_hal_pwrseqcmdparsing() 1828 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing() 1845 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | rs-fw.c | 421 struct iwl_tlc_config_cmd cfg_cmd = { in rs_fw_rate_init() local 432 u16 cmd_size = sizeof(cfg_cmd); in rs_fw_rate_init() 444 rs_fw_set_supp_rates(sta, sband, &cfg_cmd); in rs_fw_rate_init() 453 &cfg_cmd); in rs_fw_rate_init()
|
| /linux/drivers/usb/host/ |
| A D | xhci.c | 3191 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() local 3237 cfg_cmd = xhci_alloc_command_with_ctx(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset() 3238 if (!cfg_cmd) in xhci_endpoint_reset() 3255 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3263 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3277 ctrl_ctx = xhci_get_input_control_ctx(cfg_cmd->in_ctx); in xhci_endpoint_reset() 3280 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3290 err = xhci_queue_configure_endpoint(xhci, cfg_cmd, cfg_cmd->in_ctx->dma, in xhci_endpoint_reset() 3294 xhci_free_command(xhci, cfg_cmd); in xhci_endpoint_reset() 3303 wait_for_completion(cfg_cmd->completion); in xhci_endpoint_reset() [all …]
|
Completed in 24 milliseconds