Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_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()
H A Dif_iwm_util.c231 if (paylen > IWM_MAX_CMD_PAYLOAD_SIZE) { in iwm_send_cmd()
H A Dif_iwmreg.h6881 #define IWM_MAX_CMD_PAYLOAD_SIZE ((4096 - 4) - sizeof(struct iwm_cmd_header)) macro