Searched refs:g_struct_frame_reg (Results 1 – 3 of 3) sorted by relevance
2402 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 …]
1270 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()
199 struct_frame_reg g_struct_frame_reg[num_reg_frame]; member