Searched refs:aggr_type (Results 1 – 1 of 1) sorted by relevance
1420 uint8_t aggr_type; in channel_port_receive() local1449 aggr_type = os_packet_get_aggregation_type(pkt); in channel_port_receive()1450 assert((aggr_type == PKT_AGGR_NONE) || (buflet_cnt > 1)); in channel_port_receive()