Searched refs:fman_mac (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/fman/ |
H A D | mac.h | 19 struct fman_mac; 37 int (*enable)(struct fman_mac *mac_dev); 38 void (*disable)(struct fman_mac *mac_dev); 39 int (*set_promisc)(struct fman_mac *mac_dev, bool enable); 40 int (*change_addr)(struct fman_mac *mac_dev, const enet_addr_t *enet_addr); 41 int (*set_allmulti)(struct fman_mac *mac_dev, bool enable); 42 int (*set_tstamp)(struct fman_mac *mac_dev, bool enable); 45 int (*set_exception)(struct fman_mac *mac_dev, 47 int (*add_hash_mac_addr)(struct fman_mac *mac_dev, 49 int (*remove_hash_mac_addr)(struct fman_mac *mac_dev, [all …]
|
H A D | fman_memac.c | 276 struct fman_mac { struct 422 static int check_init_parameters(struct fman_mac *memac) in check_init_parameters() 463 struct fman_mac *memac = (struct fman_mac *)handle; in memac_err_exception() 489 struct fman_mac *memac = (struct fman_mac *)handle; in memac_exception() 510 static void free_init_resources(struct fman_mac *memac) in free_init_resources() 527 static int memac_enable(struct fman_mac *memac) in memac_enable() 548 static void memac_disable(struct fman_mac *memac) in memac_disable() 554 static int memac_set_promiscuous(struct fman_mac *memac, bool new_val) in memac_set_promiscuous() 570 static int memac_set_tx_pause_frames(struct fman_mac *memac, u8 priority, in memac_set_tx_pause_frames() 605 static int memac_accept_rx_pause_frames(struct fman_mac *memac, bool en) in memac_accept_rx_pause_frames() [all …]
|
H A D | fman_tgec.c | 178 struct fman_mac { struct 245 static int check_init_parameters(struct fman_mac *tgec) in check_init_parameters() 325 struct fman_mac *tgec = (struct fman_mac *)handle; in tgec_err_exception() 370 static void free_init_resources(struct fman_mac *tgec) in free_init_resources() 384 static int tgec_enable(struct fman_mac *tgec) in tgec_enable() 389 static void tgec_disable(struct fman_mac *tgec) in tgec_disable() 393 static int tgec_set_promiscuous(struct fman_mac *tgec, bool new_val) in tgec_set_promiscuous() 408 static int tgec_set_tx_pause_frames(struct fman_mac *tgec, in tgec_set_tx_pause_frames() 419 static int tgec_accept_rx_pause_frames(struct fman_mac *tgec, bool en) in tgec_accept_rx_pause_frames() 444 struct fman_mac *tgec = mac_dev->fman_mac; in tgec_link_up() [all …]
|
H A D | fman_dtsec.c | 295 struct fman_mac { struct 477 static int check_init_parameters(struct fman_mac *dtsec) in check_init_parameters() 580 static u16 dtsec_get_max_frame_length(struct fman_mac *dtsec) in dtsec_get_max_frame_length() 589 struct fman_mac *dtsec = (struct fman_mac *)handle; in dtsec_isr() 720 struct fman_mac *dtsec = (struct fman_mac *)handle; in dtsec_1588_isr() 737 static void free_init_resources(struct fman_mac *dtsec) in free_init_resources() 753 static struct fman_mac *pcs_to_dtsec(struct phylink_pcs *pcs) in pcs_to_dtsec() 755 return container_of(pcs, struct fman_mac, pcs); in pcs_to_dtsec() 761 struct fman_mac *dtsec = pcs_to_dtsec(pcs); in dtsec_pcs_get_state() 771 struct fman_mac *dtsec = pcs_to_dtsec(pcs); in dtsec_pcs_config() [all …]
|
H A D | mac.c | 51 mac_dev->set_exception(mac_dev->fman_mac, in mac_exception() 73 err = mac_dev->remove_hash_mac_addr(mac_dev->fman_mac, addr); in fman_set_multi() 84 err = mac_dev->add_hash_mac_addr(mac_dev->fman_mac, addr); in fman_set_multi()
|
H A D | fman_mac.h | 43 struct fman_mac;
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 257 err = mac_dev->change_addr(mac_dev->fman_mac, in dpaa_netdev_init() 316 mac_dev->disable(mac_dev->fman_mac); in dpaa_stop() 450 err = mac_dev->change_addr(mac_dev->fman_mac, in dpaa_set_mac_address() 473 err = priv->mac_dev->set_promisc(priv->mac_dev->fman_mac, in dpaa_set_rx_mode() 483 err = priv->mac_dev->set_allmulti(priv->mac_dev->fman_mac, in dpaa_set_rx_mode() 2954 err = priv->mac_dev->enable(mac_dev->fman_mac); in dpaa_open() 3098 priv->mac_dev->set_tstamp(priv->mac_dev->fman_mac, true); in dpaa_ts_ioctl() 3111 priv->mac_dev->set_tstamp(priv->mac_dev->fman_mac, true); in dpaa_ts_ioctl()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |