Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/iwm/
HDif_iwm_scan.c622 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()
HDif_iwm_util.c231 if (paylen > IWM_MAX_CMD_PAYLOAD_SIZE) { in iwm_send_cmd()
HDif_iwmreg.h6885 #define IWM_MAX_CMD_PAYLOAD_SIZE ((4096 - 4) - sizeof(struct iwm_cmd_header)) macro