Searched defs:nbuf (Results 1 – 5 of 5) sorted by relevance
25 size_t nbuf) in write_read()164 size_t nbuf) in custom_write_test()
238 static void zep_shim_nbuf_free(void *nbuf) in zep_shim_nbuf_free()248 static void zep_shim_nbuf_headroom_res(void *nbuf, unsigned int size) in zep_shim_nbuf_headroom_res()257 static unsigned int zep_shim_nbuf_headroom_get(void *nbuf) in zep_shim_nbuf_headroom_get()262 static unsigned int zep_shim_nbuf_data_size(void *nbuf) in zep_shim_nbuf_data_size()267 static void *zep_shim_nbuf_data_get(void *nbuf) in zep_shim_nbuf_data_get()272 static void *zep_shim_nbuf_data_put(void *nbuf, unsigned int size) in zep_shim_nbuf_data_put()283 static void *zep_shim_nbuf_data_push(void *nbuf, unsigned int size) in zep_shim_nbuf_data_push()294 static void *zep_shim_nbuf_data_pull(void *nbuf, unsigned int size) in zep_shim_nbuf_data_pull()305 static unsigned char zep_shim_nbuf_get_priority(void *nbuf) in zep_shim_nbuf_get_priority()312 static unsigned char zep_shim_nbuf_get_chksum_done(void *nbuf) in zep_shim_nbuf_get_chksum_done()[all …]
52 struct net_buf *nbuf; member
149 struct net_buf *nbuf = net_buf_alloc_len(pool, len, K_NO_WAIT); in tp_nbuf_alloc() local184 void tp_nbuf_unref(struct net_buf *nbuf, const char *file, int line, in tp_nbuf_unref()
361 void *nbuf = NULL; in nrf_wifi_if_send() local