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