Searched refs:tx_ib (Results 1 – 2 of 2) sorted by relevance
280 dev_data->tx_ib = spsc_pbuf_init((void *)conf->tx_shm_addr, in icmsg_open()285 int ret = spsc_pbuf_write(dev_data->tx_ib, magic, sizeof(magic)); in icmsg_open()348 write_ret = spsc_pbuf_write(dev_data->tx_ib, msg, len); in icmsg_send()394 ret = spsc_pbuf_alloc(dev_data->tx_ib, requested_size, &allocated_buf); in icmsg_get_tx_buffer()454 spsc_pbuf_commit(dev_data->tx_ib, len); in icmsg_send_nocopy()
46 struct spsc_pbuf *tx_ib; member