Searched refs:omp_databuf_len (Results 1 – 7 of 7) sorted by relevance
126 if (new_pool->omp_databuf_len > pool->omp_databuf_len) { in os_msys_register()153 if (dsize <= pool->omp_databuf_len) { in _os_msys_find_pool()235 omp->omp_databuf_len = buf_len - sizeof(struct os_mbuf); in os_mbuf_pool_init()246 if (leadingspace > omp->omp_databuf_len) { in os_mbuf_get()276 if ((pkthdr_len > omp->omp_databuf_len) || (pkthdr_len > 255)) { in os_mbuf_get_pkthdr()401 new->om_len = min(omp->omp_databuf_len, remainder); in os_mbuf_append()899 if (len > om->om_omp->omp_databuf_len) { in os_mbuf_extend()955 if (len > omp->omp_databuf_len - om->om_pkthdr_len) { in os_mbuf_pullup()
50 uint16_t omp_databuf_len; member222 return (&om->om_databuf[0] + omp->omp_databuf_len) - in _os_mbuf_trailingspace()
37 if (om->om_omp->omp_databuf_len < leading_space) { in ble_hs_mbuf_gen_pkt()
176 mb_bytes = (rxpdu->om_omp->omp_databuf_len - rxpdu->om_pkthdr_len - 4); in ble_phy_rxpdu_copy()202 mb_bytes = m->om_omp->omp_databuf_len; in ble_phy_rxpdu_copy()
226 mb_bytes = (rxpdu->om_omp->omp_databuf_len - rxpdu->om_pkthdr_len - 4); in ble_phy_rxpdu_copy()252 mb_bytes = m->om_omp->omp_databuf_len; in ble_phy_rxpdu_copy()
331 mb_bytes = (p->om_omp->omp_databuf_len - p->om_pkthdr_len - 4); in ble_ll_rxpdu_alloc()346 mb_bytes = m->om_omp->omp_databuf_len; in ble_ll_rxpdu_alloc()
424 mb_bytes = (rxpdu->om_omp->omp_databuf_len - rxpdu->om_pkthdr_len - 4); in ble_phy_rxpdu_copy()450 mb_bytes = m->om_omp->omp_databuf_len; in ble_phy_rxpdu_copy()