Searched refs:rx_port (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/drivers/net/fm/ |
H A D | eth.c | 166 clrbits_be32(&rx_port->fmbm_rcfg, FMBM_RCFG_EN); in bmi_rx_port_disable() 173 static void bmi_rx_port_init(struct fm_bmi_rx_port *rx_port) in bmi_rx_port_init() argument 176 out_be32(&rx_port->fmbm_rcfg, FMBM_RCFG_IM); in bmi_rx_port_init() 178 out_be32(&rx_port->fmbm_rim, 0); in bmi_rx_port_init() 183 setbits_be32(&rx_port->fmbm_rfca, FMBM_RFCA_MR(4)); in bmi_rx_port_init() 185 out_be32(&rx_port->fmbm_rstc, FMBM_RSTC_EN); in bmi_rx_port_init() 187 out_be32(&rx_port->fmbm_rpc, 0); in bmi_rx_port_init() 227 struct fm_bmi_rx_port *bmi_rx_port = fm_eth->rx_port; in fm_eth_rx_port_parameter_init() 411 bmi_rx_port_init(fm_eth->rx_port); in fm_eth_startup() 457 setbits_be32(&fm_eth->rx_port->fmbm_rcfg, FMBM_RCFG_EN); in fm_eth_open() [all …]
|
H A D | fm.h | 122 struct fm_bmi_rx_port *rx_port; member
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_fsm.h | 205 uint16_t rx_port); 210 uint32_t ipv4_addr, uint16_t rx_port);
|
H A D | ncsi_fsm.c | 324 uint16_t rx_port) { in write_ncsi_oem_config_filter() argument 332 len = ncsi_oem_cmd_set_filter(buffer, channel, mac, 0, rx_port, 1); in write_ncsi_oem_config_filter() 342 uint16_t rx_port) { in ncsi_fsm_poll_l3l4_config() argument 376 network_debug, mac, ipv4_addr, rx_port); in ncsi_fsm_poll_l3l4_config() 489 uint32_t ipv4_addr, uint16_t rx_port) { in ncsi_fsm_poll_test() argument 566 network_debug, mac, ipv4_addr, rx_port); in ncsi_fsm_poll_test()
|
/openbmc/linux/drivers/net/ethernet/freescale/fman/ |
H A D | fman_port.c | 755 rx_port = true; in set_bpools() 763 if (rx_port) { in set_bpools() 778 if (rx_port) { in set_bpools() 1566 bool rx_port, failure = false; in fman_port_disable() local 1576 rx_port = true; in fman_port_disable() 1581 rx_port = false; in fman_port_disable() 1588 if (!rx_port) { in fman_port_disable() 1643 bool rx_port; in fman_port_enable() local 1651 rx_port = true; in fman_port_enable() 1655 rx_port = false; in fman_port_enable() [all …]
|
/openbmc/linux/net/hsr/ |
H A D | hsr_framereg.c | 142 enum hsr_port_type rx_port) in hsr_add_node() argument 167 hsr->proto_ops->handle_san_frame(san, rx_port, new_node); in hsr_add_node() 199 enum hsr_port_type rx_port) in hsr_get_node() argument 244 if (rx_port != HSR_PT_MASTER) in hsr_get_node() 251 san, rx_port); in hsr_get_node()
|
H A D | hsr_framereg.h | 35 enum hsr_port_type rx_port);
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | ncsi_state_machine.cpp | 182 const uint16_t rx_port = DEFAULT_ADDRESSES_RX_PORT; in poll_simple() local 185 poll_func(&ncsi_state_, &network_debug_, &ncsi_buf_, &mac, 0, rx_port); in poll_simple()
|