Searched refs:TFD_MAX_PAYLOAD_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtx-gen2.c104 * TFD_MAX_PAYLOAD_SIZE and they aren't dynamically allocated into
107 if (WARN(copy_size > TFD_MAX_PAYLOAD_SIZE,
174 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]);
H A Dtx.c994 * the TFD_MAX_PAYLOAD_SIZE and they aren't dynamically
998 if (WARN(copy_size > TFD_MAX_PAYLOAD_SIZE,
1074 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]);
H A Dtrans.c3393 TFD_MAX_PAYLOAD_SIZE);
3462 caplen = min_t(u32, TFD_MAX_PAYLOAD_SIZE, cmdlen);
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h162 #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct iwl_device_cmd)) macro

Completed in 199 milliseconds