Symbol: IXGBE_ACI_MAX_BUFFER_SIZE
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1124
cbuf = (u8*)ixgbe_malloc(hw, IXGBE_ACI_MAX_BUFFER_SIZE);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1131
cap_count = IXGBE_ACI_MAX_BUFFER_SIZE /
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1134
status = ixgbe_aci_list_caps(hw, cbuf, IXGBE_ACI_MAX_BUFFER_SIZE,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1141
ixgbe_free(hw, cbuf, IXGBE_ACI_MAX_BUFFER_SIZE);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1163
cbuf = (u8*)ixgbe_malloc(hw, IXGBE_ACI_MAX_BUFFER_SIZE);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1170
cap_count = IXGBE_ACI_MAX_BUFFER_SIZE /
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1173
status = ixgbe_aci_list_caps(hw, cbuf, IXGBE_ACI_MAX_BUFFER_SIZE,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1180
ixgbe_free(hw, cbuf, IXGBE_ACI_MAX_BUFFER_SIZE);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
136
if (buf_size > IXGBE_ACI_MAX_BUFFER_SIZE) {
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3352
sector_offset = offset % IXGBE_ACI_MAX_BUFFER_SIZE;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3354
IXGBE_ACI_MAX_BUFFER_SIZE - sector_offset,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1205
ixgbe->aci_event.buf_len = IXGBE_ACI_MAX_BUFFER_SIZE;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1207
kmem_zalloc(IXGBE_ACI_MAX_BUFFER_SIZE, KM_SLEEP);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4982
VERIFY3U(ixgbe->aci_event.buf_len, ==, IXGBE_ACI_MAX_BUFFER_SIZE);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
952
kmem_free(ixgbe->aci_event.msg_buf, IXGBE_ACI_MAX_BUFFER_SIZE);