Searched refs:req_pos (Results 1 – 1 of 1) sorted by relevance
705 int r, ret, num_cmds, req_pos = 0; in zd_mac_config_beacon() local760 ioreqs[req_pos].addr = CR_BCN_FIFO; in zd_mac_config_beacon()761 ioreqs[req_pos].value = full_len - 1; in zd_mac_config_beacon()762 req_pos++; in zd_mac_config_beacon()764 ioreqs[req_pos].addr = CR_BCN_LENGTH; in zd_mac_config_beacon()765 ioreqs[req_pos].value = full_len - 1; in zd_mac_config_beacon()766 req_pos++; in zd_mac_config_beacon()770 ioreqs[req_pos].addr = CR_BCN_FIFO; in zd_mac_config_beacon()771 ioreqs[req_pos].value = *((u8 *)(beacon->data + j)); in zd_mac_config_beacon()772 req_pos++; in zd_mac_config_beacon()[all …]