Home
last modified time | relevance | path

Searched refs:omp_databuf_len (Results 1 – 7 of 7) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_mbuf.c126 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()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_mbuf.h50 uint16_t omp_databuf_len; member
222 return (&om->om_databuf[0] + omp->omp_databuf_len) - in _os_mbuf_trailingspace()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_mbuf.c37 if (om->om_omp->omp_databuf_len < leading_space) { in ble_hs_mbuf_gen_pkt()
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/src/
H A Dble_phy.c176 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()
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/
H A Dble_phy.c226 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()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll.c331 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()
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c424 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()