Searched defs:idm_transport_ops_s (Results 1 – 1 of 1) sorted by relevance
154 typedef struct idm_transport_ops_s { struct155 transport_tx_op_t *it_tx_pdu;156 transport_buf_tx_to_ini_op_t *it_buf_tx_to_ini;157 transport_buf_rx_from_ini_op_t *it_buf_rx_from_ini;158 transport_rx_datain_op_t *it_rx_datain;159 transport_rx_rtt_op_t *it_rx_rtt;160 transport_rx_dataout_op_t *it_rx_dataout;161 transport_alloc_conn_rsrc_op_t *it_alloc_conn_rsrc;162 transport_free_conn_rsrc_op_t *it_free_conn_rsrc;163 transport_tgt_enable_datamover_op_t *it_tgt_enable_datamover;[all …]