Searched refs:kplo_tx_pp_info (Results 1 – 1 of 1) sorted by relevance
55 struct kern_pbufpool_memory_info kplo_tx_pp_info; variable144 error = kern_pbufpool_get_memory_info(kplo_tx_pp, &kplo_tx_pp_info); in kplo_pre_connect()146 VERIFY(!(kplo_tx_pp_info.kpm_flags & KPMF_EXTERNAL)); in kplo_pre_connect()147 VERIFY(kplo_tx_pp_info.kpm_packets >= in kplo_pre_connect()150 VERIFY(kplo_tx_pp_info.kpm_max_frags == 1); in kplo_pre_connect()151 VERIFY(kplo_tx_pp_info.kpm_buflets >= kplo_tx_pp_info.kpm_packets); in kplo_pre_connect()152 VERIFY(kplo_tx_pp_info.kpm_bufsize == (uint32_t)kplo_bufsz); in kplo_pre_connect()156 kplo_tx_pp_info.kpm_packets, kplo_tx_pp_info.kpm_max_frags, in kplo_pre_connect()157 kplo_tx_pp_info.kpm_buflets, kplo_tx_pp_info.kpm_bufsize); in kplo_pre_connect()210 bzero(&kplo_tx_pp_info, sizeof(kplo_tx_pp_info)); in kplo_disconnected()[all …]