Searched defs:BT (Results 1 – 5 of 5) sorted by relevance
6 menuconfig BT config
39 #define BT 0x0100 macro
491 #define WX_BT2KB(BT) (((BT) + (8 * 1024 - 1)) / (8 * 1024)) argument492 #define WX_B2BT(BT) ((BT) * 8) argument
237 #define BT BH + 1 macro
3050 #define IXGBE_BT2KB(BT) ((BT + (8 * 1024 - 1)) / (8 * 1024)) argument3051 #define IXGBE_B2BT(BT) (BT * 8) argument