Lines Matching refs:req_pos
705 int r, ret, num_cmds, req_pos = 0; in zd_mac_config_beacon() local
760 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()
776 ioreqs[req_pos].addr = CR_BCN_FIFO; in zd_mac_config_beacon()
777 ioreqs[req_pos].value = 0x0; in zd_mac_config_beacon()
778 req_pos++; in zd_mac_config_beacon()
781 BUG_ON(req_pos != num_cmds); in zd_mac_config_beacon()