Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.h777 typedef struct ocs_hw_auto_xfer_rdy_buffer_s { struct
778 fc_header_t hdr; /**< used to build a dummy data header for unsolicited processing */
779 ocs_hw_rq_buffer_t header; /**< Points to the dummy data header */
780 ocs_hw_rq_buffer_t payload; /**< received frame payload buffer */
781 ocs_hw_sequence_t seq; /**< sequence for passing the buffers */
782 uint8_t data_cqe;
783 uint8_t cmd_cqe;
786 uint8_t fcfi;
789 uint8_t call_axr_cmd;
790 uint8_t call_axr_data;
[all …]