Searched refs:align_mask (Results 1 – 2 of 2) sorted by relevance
715 uint_t align_mask; in axf_tx_make_packet() local723 align_mask = 63; in axf_tx_make_packet()725 align_mask = 511; in axf_tx_make_packet()730 (len & align_mask) != 0) { in axf_tx_make_packet()735 align_mask = 511; in axf_tx_make_packet()745 if (((pkt_size + header_size) & align_mask) == 0) { in axf_tx_make_packet()
415 uint_t align_mask; in udmf_tx_make_packet() local418 align_mask = 63; in udmf_tx_make_packet()430 if (((pkt_size + TX_HEADER_SIZE) & align_mask) == 0) { in udmf_tx_make_packet()