Searched refs:BT3C_FIFO_SIZE (Results 1 – 2 of 2) sorted by relevance
58 #define BT3C_FIFO_SIZE 256 macro
1067 for (wrote = 0; wrote < BT3C_FIFO_SIZE; ) { in bt3c_send()1073 len = min((BT3C_FIFO_SIZE - wrote), m->m_len); in bt3c_send()