Home
last modified time | relevance | path

Searched refs:is_valid_port_id (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Difpga_api.c398 if (!is_valid_port_id(hw, port_id)) in ifpga_pr()
414 if (!is_valid_port_id(hw, port_id)) in ifpga_get_prop()
432 if (!is_valid_port_id(hw, port_id)) in ifpga_set_prop()
450 if (!is_valid_port_id(hw, port_id)) in ifpga_set_irq()
H A Difpga_hw.h144 static inline bool is_valid_port_id(struct ifpga_hw *hw, u32 port_id) in is_valid_port_id() function
H A Difpga_feature_dev.h25 if (!is_valid_port_id(hw, port_id)) in get_port()