Home
last modified time | relevance | path

Searched refs:SCU_UNSOLICITED_FRAME_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_unsolicited_frame_control.c161 uf_buffer_virt_address += SCU_UNSOLICITED_FRAME_BUFFER_SIZE; in scic_sds_unsolicited_frame_control_construct_frames()
163 uf_buffer_phys_address, SCU_UNSOLICITED_FRAME_BUFFER_SIZE in scic_sds_unsolicited_frame_control_construct_frames()
199 * SCU_UNSOLICITED_FRAME_BUFFER_SIZE; in scic_sds_unsolicited_frame_control_construct()
H A Dscu_constants.h144 #define SCU_UNSOLICITED_FRAME_BUFFER_SIZE (1024) macro
H A Dscic_sds_unsolicited_frame_control.h297 ( ((uf_control).buffers.count * SCU_UNSOLICITED_FRAME_BUFFER_SIZE) \
H A Dscic_sds_request.c1492 ASSERT(offset < SCU_UNSOLICITED_FRAME_BUFFER_SIZE); in scic_io_request_get_rx_frame()