|
| | DOCA_LOG_REGISTER (FLOW_CONTROL_PIPE) |
| |
| static doca_error_t | create_vxlan_pipe (struct doca_flow_port *port, int port_id, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_vxlan_pipe_entry (struct doca_flow_pipe *pipe, struct entries_status *status) |
| |
| static doca_error_t | create_vxlan_gpe_pipe (struct doca_flow_port *port, int port_id, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_vxlan_gpe_pipe_entry (struct doca_flow_pipe *pipe, struct entries_status *status) |
| |
| static doca_error_t | create_mpls_pipe (struct doca_flow_port *port, int port_id, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_mpls_pipe_entry (struct doca_flow_pipe *pipe, struct entries_status *status) |
| |
| static doca_error_t | create_gre_pipe (struct doca_flow_port *port, int port_id, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_gre_pipe_entry (struct doca_flow_pipe *pipe, struct entries_status *status) |
| |
| static doca_error_t | create_nvgre_pipe_and_entry (struct doca_flow_port *port, int port_id, struct entries_status *status, int *num_of_entries, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | create_control_pipe (struct doca_flow_port *port, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | control_add_nvgre_entry (struct doca_flow_pipe *control_pipe, struct doca_flow_pipe *nvgre_pipe, struct entries_status *status, uint8_t priority) |
| |
| static doca_error_t | add_control_pipe_entries (struct doca_flow_pipe *control_pipe, struct doca_flow_pipe *vxlan_pipe, struct doca_flow_pipe *vxlan_gpe_pipe, struct doca_flow_pipe *mpls_pipe, struct doca_flow_pipe *gre_pipe, struct doca_flow_pipe *nvgre_pipe, struct entries_status *status, int *num_of_entries, int shared_counter_id) |
| |
| doca_error_t | flow_control_pipe (int nb_queues) |
| |