Home
last modified time | relevance | path

Searched refs:g_struct_frame_reg (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c2402 nic->g_struct_frame_reg[0].frame_type = frame_type; in wilc_mgmt_frame_register()
2403 nic->g_struct_frame_reg[0].reg = reg; in wilc_mgmt_frame_register()
2409 nic->g_struct_frame_reg[1].frame_type = frame_type; in wilc_mgmt_frame_register()
2410 nic->g_struct_frame_reg[1].reg = reg; in wilc_mgmt_frame_register()
2634 … PRINT_D(INIT_DBG, "Frame registering Type: %x - Reg: %d\n", nic->g_struct_frame_reg[i].frame_type, in change_virtual_intf()
2635 nic->g_struct_frame_reg[i].reg); in change_virtual_intf()
2637 nic->g_struct_frame_reg[i].frame_type, in change_virtual_intf()
2638 nic->g_struct_frame_reg[i].reg); in change_virtual_intf()
2720 … PRINT_D(INIT_DBG, "Frame registering Type: %x - Reg: %d\n", nic->g_struct_frame_reg[i].frame_type, in change_virtual_intf()
2721 nic->g_struct_frame_reg[i].reg); in change_virtual_intf()
[all …]
Dlinux_wlan.c1270 nic->g_struct_frame_reg[0].frame_type, nic->g_struct_frame_reg[0].reg); in mac_open()
1272 nic->g_struct_frame_reg[1].frame_type, nic->g_struct_frame_reg[1].reg); in mac_open()
1638 if ((buff[0] == nic->g_struct_frame_reg[0].frame_type && nic->g_struct_frame_reg[0].reg) || in WILC_WFI_mgmt_rx()
1639 (buff[0] == nic->g_struct_frame_reg[1].frame_type && nic->g_struct_frame_reg[1].reg)) in WILC_WFI_mgmt_rx()
Dwilc_wfi_netdevice.h199 struct_frame_reg g_struct_frame_reg[num_reg_frame]; member