RCRSTAT_A_QLEN
qlen = nr64(RCRSTAT_A(rp->rx_channel)) & RCRSTAT_A_QLEN;
qlen = (le64_to_cpup(&mbox->rcrstat_a) & RCRSTAT_A_QLEN);