Searched refs:dwords_in_header (Results 1 – 1 of 1) sorted by relevance
115 #define WRITE_IB_PACKET3_HEAD( command, count, bytes_left, dwords_per_block, dwords_in_header ) \ argument117 (min( bytes_left, (1 << 14) - 1 + 2) - dwords_in_header) / dwords_per_block ); \119 *buffer++ = command | (((sub_count * dwords_per_block) + dwords_in_header - 2) << 16);