Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_api.c364 if (!is_valid_port_id(hw, port_id)) in ifpga_pr()
380 if (!is_valid_port_id(hw, port_id)) in ifpga_get_prop()
398 if (!is_valid_port_id(hw, port_id)) in ifpga_set_prop()
416 if (!is_valid_port_id(hw, port_id)) in ifpga_set_irq()
H A Difpga_hw.h143 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()