Searched refs:WHD_LINK_MTU (Results 1 – 4 of 4) sorted by relevance
140 if (size > ((uint16_t)WHD_LINK_MTU + in cy_buffer_set_size()
485 … ( ( (whd_bus_gspi_status >> 9) & 0x7FF ) > (WHD_LINK_MTU - WHD_BUS_GSPI_PACKET_OVERHEAD) ) || in whd_bus_spi_read_frame()724 if ( (aligned_addr = malloc(WHD_LINK_MTU) ) == NULL ) in whd_bus_spi_init()
497 if ( (aligned_addr = malloc(WHD_LINK_MTU) ) == NULL ) in whd_bus_sdio_init()
157 #define WHD_LINK_MTU (WHD_PAYLOAD_MTU + WHD_PHYSICAL_HEADER) macro