Searched refs:DESC_CNT_MASK (Results 1 – 2 of 2) sorted by relevance
1284 p->BUF_CNT &= DESC_CNT_MASK; in get_frame_lst()1314 copy->BUF_SIZE = p->BUF_SIZE &= DESC_CNT_MASK; //get rid of DESC_EOP and possibly DESC_SOP in get_frame_lst()1315 copy->BUF_CNT = p->BUF_CNT &= DESC_CNT_MASK; //get rid of DESC_DMA_OWNED in get_frame_lst()1330 head->BUF_SIZE &= DESC_CNT_MASK; in get_frame_lst()1383 HCFASSERT( (p->BUF_CNT & ~DESC_CNT_MASK) == 0, p->BUF_CNT ); in put_frame_lst()1384 HCFASSERT( (p->BUF_SIZE & ~DESC_CNT_MASK) == 0, p->BUF_SIZE ); in put_frame_lst()1385 …p->BUF_SIZE &= DESC_CNT_MASK; //!!this SHOULD be superfluous in case of correct … in put_frame_lst()1386 …p->BUF_CNT &= tx_rx_flag == DMA_RX ? 0 : DESC_CNT_MASK; //!!this SHOULD be superfluous in case of … in put_frame_lst()
189 #define DESC_CNT_MASK 0x0FFF macro