Searched refs:e1000_softc (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/e1000/ |
| H A D | if_em.c | 444 static void em_update_vf_stats_counters(struct e1000_softc *); 445 static void em_update_stats_counters(struct e1000_softc *); 446 static void em_add_hw_stats(struct e1000_softc *); 450 static void em_if_vlan_filter_enable(struct e1000_softc *); 451 static void em_if_vlan_filter_disable(struct e1000_softc *); 452 static void em_if_vlan_filter_write(struct e1000_softc *); 455 static void em_print_nvm_info(struct e1000_softc *); 458 static void em_print_fw_version(struct e1000_softc *); 462 static void em_print_debug_info(struct e1000_softc *); 464 static void em_newitr(struct e1000_softc *, struct em_rx_queue *, [all …]
|
| H A D | if_em.h | 384 struct e1000_softc; 387 struct e1000_softc *sc; /* Back-pointer to the sc struct */ 396 struct e1000_softc *sc; 431 struct e1000_softc *sc; 454 struct e1000_softc *sc; 462 struct e1000_softc *sc; 473 struct e1000_softc { struct 583 void em_dump_rs(struct e1000_softc *); argument
|
| H A D | em_txrx.c | 44 static int em_tso_setup(struct e1000_softc *, if_pkt_info_t, uint32_t *, 46 static int em_transmit_checksum_setup(struct e1000_softc *, if_pkt_info_t, 90 em_dump_rs(struct e1000_softc *sc) in em_dump_rs() 135 em_tso_setup(struct e1000_softc *sc, if_pkt_info_t pi, uint32_t *txd_upper, in em_tso_setup() 241 em_transmit_checksum_setup(struct e1000_softc *sc, if_pkt_info_t pi, in em_transmit_checksum_setup() 344 struct e1000_softc *sc = arg; in em_isc_txd_encap() 474 struct e1000_softc *sc = arg; in em_isc_txd_flush() 484 struct e1000_softc *sc = arg; in em_isc_txd_credits_update() 541 struct e1000_softc *sc = arg; in lem_isc_rxd_refill() 569 struct e1000_softc *sc = arg; in em_isc_rxd_refill() [all …]
|
| H A D | igb_txrx.c | 87 struct e1000_softc *sc = txr->sc; in igb_tso_setup() 153 struct e1000_softc *sc = txr->sc; in igb_tx_ctx_setup() 235 struct e1000_softc *sc = arg; in igb_isc_txd_encap() 302 struct e1000_softc *sc = arg; in igb_isc_txd_flush() 312 struct e1000_softc *sc = arg; in igb_isc_txd_credits_update() 365 struct e1000_softc *sc = arg; in igb_isc_rxd_refill() 393 struct e1000_softc *sc = arg; in igb_isc_rxd_flush() 403 struct e1000_softc *sc = arg; in igb_isc_rxd_available() 435 struct e1000_softc *sc = arg; in igb_isc_rxd_pkt_get()
|