Home
last modified time | relevance | path

Searched refs:e1000_softc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/e1000/
H A Dif_em.c443 static void em_update_stats_counters(struct e1000_softc *);
444 static void em_add_hw_stats(struct e1000_softc *);
448 static void em_if_vlan_filter_enable(struct e1000_softc *);
449 static void em_if_vlan_filter_disable(struct e1000_softc *);
450 static void em_if_vlan_filter_write(struct e1000_softc *);
453 static void em_print_nvm_info(struct e1000_softc *);
456 static void em_print_fw_version(struct e1000_softc *);
460 static void em_print_debug_info(struct e1000_softc *);
462 static void em_newitr(struct e1000_softc *, struct em_rx_queue *,
467 static void em_add_int_delay_sysctl(struct e1000_softc *, const char *,
[all …]
H A Dif_em.h373 struct e1000_softc;
376 struct e1000_softc *sc; /* Back-pointer to the sc struct */
385 struct e1000_softc *sc;
420 struct e1000_softc *sc;
443 struct e1000_softc *sc;
451 struct e1000_softc *sc;
462 struct e1000_softc { struct
568 void em_dump_rs(struct e1000_softc *); argument
H A Dem_txrx.c46 static int em_tso_setup(struct e1000_softc *, if_pkt_info_t, uint32_t *,
48 static int em_transmit_checksum_setup(struct e1000_softc *, if_pkt_info_t,
92 em_dump_rs(struct e1000_softc *sc) in em_dump_rs()
137 em_tso_setup(struct e1000_softc *sc, if_pkt_info_t pi, uint32_t *txd_upper, in em_tso_setup()
243 em_transmit_checksum_setup(struct e1000_softc *sc, if_pkt_info_t pi, in em_transmit_checksum_setup()
346 struct e1000_softc *sc = arg; in em_isc_txd_encap()
476 struct e1000_softc *sc = arg; in em_isc_txd_flush()
486 struct e1000_softc *sc = arg; in em_isc_txd_credits_update()
543 struct e1000_softc *sc = arg; in lem_isc_rxd_refill()
571 struct e1000_softc *sc = arg; in em_isc_rxd_refill()
[all …]
H A Digb_txrx.c89 struct e1000_softc *sc = txr->sc; in igb_tso_setup()
155 struct e1000_softc *sc = txr->sc; in igb_tx_ctx_setup()
237 struct e1000_softc *sc = arg; in igb_isc_txd_encap()
304 struct e1000_softc *sc = arg; in igb_isc_txd_flush()
314 struct e1000_softc *sc = arg; in igb_isc_txd_credits_update()
367 struct e1000_softc *sc = arg; in igb_isc_rxd_refill()
395 struct e1000_softc *sc = arg; in igb_isc_rxd_flush()
405 struct e1000_softc *sc = arg; in igb_isc_rxd_available()
437 struct e1000_softc *sc = arg; in igb_isc_rxd_pkt_get()