Searched refs:LDC_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
32 #define LDC_PACKET_SIZE 64 macro65 u8 u_data[LDC_PACKET_SIZE - 8];69 u8 r_data[LDC_PACKET_SIZE - 8 - 8];84 #define LDC_DEFAULT_MTU (4 * LDC_PACKET_SIZE)85 #define LDC_DEFAULT_NUM_ENTRIES (PAGE_SIZE / LDC_PACKET_SIZE)205 off += LDC_PACKET_SIZE; in __advance()206 if (off == (num_entries * LDC_PACKET_SIZE)) in __advance()235 return p + (lp->tx_tail / LDC_PACKET_SIZE); in handshake_get_tx_packet()267 ((lp->tx_num_entries * LDC_PACKET_SIZE) - new_tail)); in tx_has_space_for()268 diff /= LDC_PACKET_SIZE; in tx_has_space_for()[all …]