Lines Matching refs:BP
73 #define TX_RING_GAP(BP) \74 (B44_TX_RING_SIZE - (BP)->tx_pending)75 #define TX_BUFFS_AVAIL(BP) \76 (((BP)->tx_cons <= (BP)->tx_prod) ? \77 (BP)->tx_cons + (BP)->tx_pending - (BP)->tx_prod : \78 (BP)->tx_cons - (BP)->tx_prod - TX_RING_GAP(BP))