Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A 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.3-rc2/net/bluetooth/
A DKconfig6 menuconfig BT config
/linux-6.3-rc2/arch/powerpc/include/asm/
A Ddbdma.h39 #define BT 0x0100 macro
/linux-6.3-rc2/arch/powerpc/xmon/
A Dppc-opc.c237 #define BT BH + 1 macro
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_type.h2979 #define IXGBE_BT2KB(BT) ((BT + (8 * 1024 - 1)) / (8 * 1024)) argument
2980 #define IXGBE_B2BT(BT) (BT * 8) argument

Completed in 56 milliseconds