Home
last modified time | relevance | path

Searched defs:BT (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_dcb.h176 #define I40E_BT2KB(BT) (((BT) + (8 * 1024 - 1)) / (8 * 1024)) argument
177 #define I40E_B2BT(BT) ((BT) * 8) argument
178 #define I40E_BT2B(BT) (((BT) + (8 - 1)) / 8) argument
/linux-6.12.1/net/bluetooth/
DKconfig6 menuconfig BT config
/linux-6.12.1/arch/powerpc/include/asm/
Ddbdma.h39 #define BT 0x0100 macro
/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/
Dwx_type.h393 #define WX_BT2KB(BT) (((BT) + (8 * 1024 - 1)) / (8 * 1024)) argument
394 #define WX_B2BT(BT) ((BT) * 8) argument
/linux-6.12.1/arch/powerpc/xmon/
Dppc-opc.c237 #define BT BH + 1 macro
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2978 #define IXGBE_BT2KB(BT) ((BT + (8 * 1024 - 1)) / (8 * 1024)) argument
2979 #define IXGBE_B2BT(BT) (BT * 8) argument