Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_rawdev.h407 struct sdp_fn_list { struct
408 void (*setup_iq_regs)(struct sdp_device *sdpvf, uint32_t q_no);
409 void (*setup_oq_regs)(struct sdp_device *sdpvf, uint32_t q_no);
411 int (*setup_device_regs)(struct sdp_device *sdpvf);
412 uint32_t (*update_iq_read_idx)(struct sdp_instr_queue *iq);
414 void (*enable_io_queues)(struct sdp_device *sdpvf);
415 void (*disable_io_queues)(struct sdp_device *sdpvf);
417 void (*enable_iq)(struct sdp_device *sdpvf, uint32_t q_no);
418 void (*disable_iq)(struct sdp_device *sdpvf, uint32_t q_no);
420 void (*enable_oq)(struct sdp_device *sdpvf, uint32_t q_no);
[all …]