Home
last modified time | relevance | path

Searched refs:IXGBE_NETLIST_ID_BLK_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.c2924 if (length < IXGBE_NETLIST_ID_BLK_SIZE) { in ixgbe_get_netlist_info()
2934 id_blk = (u16 *)ixgbe_calloc(hw, IXGBE_NETLIST_ID_BLK_SIZE, in ixgbe_get_netlist_info()
2943 IXGBE_NETLIST_ID_BLK_SIZE * sizeof(u16)); in ixgbe_get_netlist_info()
2947 for (i = 0; i < IXGBE_NETLIST_ID_BLK_SIZE; i++) in ixgbe_get_netlist_info()
H A Dixgbe_type_e610.h161 #define IXGBE_NETLIST_ID_BLK_SIZE 0x30 macro