Searched refs:IWM_MAX_CMD_PAYLOAD_SIZE (Results 1 – 3 of 3) sorted by relevance
622 if (req_len > IWM_MAX_CMD_PAYLOAD_SIZE) in iwm_umac_scan()733 if (req_len > IWM_MAX_CMD_PAYLOAD_SIZE) in iwm_lmac_scan()
231 if (paylen > IWM_MAX_CMD_PAYLOAD_SIZE) { in iwm_send_cmd()
6881 #define IWM_MAX_CMD_PAYLOAD_SIZE ((4096 - 4) - sizeof(struct iwm_cmd_header)) macro