Searched refs:buf_space (Results 1 – 1 of 1) sorted by relevance
212 …uint32_t buf_space = CIRC_BUF_SPACE(fw_membuf_info.host2bt_in_val, fw_membuf_info.host2bt_out_val); in cybt_hci_write_buf() local213 assert(length <= buf_space); // queue full? in cybt_hci_write_buf()214 if (length > buf_space) { in cybt_hci_write_buf()