Home
last modified time | relevance | path

Searched refs:IXGBE_FCBUFF_MIN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.h22 #define IXGBE_FCBUFF_MIN 4096 /* 4KB min */ macro
H A Dixgbe_fcoe.c145 static const unsigned int bufflen = IXGBE_FCBUFF_MIN; in ixgbe_fcoe_ddp_setup()
735 IXGBE_FCBUFF_MIN, in ixgbe_free_fcoe_ddp_resources()
764 buffer = kmalloc(IXGBE_FCBUFF_MIN, GFP_KERNEL); in ixgbe_setup_fcoe_ddp_resources()
768 dma = dma_map_single(dev, buffer, IXGBE_FCBUFF_MIN, DMA_FROM_DEVICE); in ixgbe_setup_fcoe_ddp_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.h22 #define IXGBE_FCBUFF_MIN 4096 /* 4KB min */ macro
H A Dixgbe_fcoe.c145 static const unsigned int bufflen = IXGBE_FCBUFF_MIN; in ixgbe_fcoe_ddp_setup()
735 IXGBE_FCBUFF_MIN, in ixgbe_free_fcoe_ddp_resources()
764 buffer = kmalloc(IXGBE_FCBUFF_MIN, GFP_KERNEL); in ixgbe_setup_fcoe_ddp_resources()
768 dma = dma_map_single(dev, buffer, IXGBE_FCBUFF_MIN, DMA_FROM_DEVICE); in ixgbe_setup_fcoe_ddp_resources()

Completed in 4 milliseconds