Searched refs:hw_port_id (Results 1 – 3 of 3) sorted by relevance
226 u8 hw_port_id; member507 ar_reg = build_ar_bind_scheme(scheme->hw_port_id, false); in keygen_bind_port_to_schemes()516 ar_reg = build_ar_bind_scheme(scheme->hw_port_id, true); in keygen_bind_port_to_schemes()715 int keygen_port_hashing_init(struct fman_keygen *keygen, u8 hw_port_id, in keygen_port_hashing_init() argument757 scheme->hw_port_id = hw_port_id; in keygen_port_hashing_init()
43 int keygen_port_hashing_init(struct fman_keygen *keygen, u8 hw_port_id,
605 static inline u8 hw_port_id_to_sw_port_id(u8 major, u8 hw_port_id) in hw_port_id_to_sw_port_id() argument609 if (hw_port_id >= BASE_TX_PORTID) in hw_port_id_to_sw_port_id()610 sw_port_id = hw_port_id - BASE_TX_PORTID; in hw_port_id_to_sw_port_id()611 else if (hw_port_id >= BASE_RX_PORTID) in hw_port_id_to_sw_port_id()612 sw_port_id = hw_port_id - BASE_RX_PORTID; in hw_port_id_to_sw_port_id()