Searched defs:enic (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/dev/enic/ |
H A D | enic.h | 83 #define ENICPMD_SETTING(enic, f) ((enic->config.flags & VENETF_##f) ? 1 : 0) argument 203 struct enic { argument 204 struct enic *next; argument 178 struct enic { global() struct 179 nextenic global() argument 180 pdevenic global() argument 181 configenic global() argument 182 bar0enic global() argument 183 vdevenic global() argument 189 mbuf_initializerenic global() argument 190 port_idenic global() argument 191 overlay_offloadenic global() argument 192 bdf_nameenic global() argument 193 dev_fdenic global() argument 194 iommu_group_fdenic global() argument 195 iommu_groupidenic global() argument 196 eventfdenic global() argument 197 mac_addrenic global() argument 198 err_intr_threadenic global() argument 199 ig_vlan_strip_enenic global() argument 200 link_statusenic global() argument 201 hw_ip_checksumenic global() argument 202 max_mtuenic global() argument 205 filter_actionsenic global() argument 206 vxlanenic global() argument 207 disable_overlayenic global() argument 208 enable_avx2_rxenic global() argument 209 nic_cfg_chkenic global() argument 210 udp_rss_weakenic global() argument 211 ig_vlan_rewrite_modeenic global() argument 212 vxlan_portenic global() argument 236 soft_statsenic global() argument 245 conf_intr_countenic global() argument 268 softcenic global() argument 286 struct enic enic; global() member 310 enic_vnic_rq_count(struct enic * enic) enic_vnic_rq_count() argument 315 enic_cq_rq(struct enic * enic,unsigned int rq) enic_cq_rq() argument 320 enic_cq_wq(struct enic * enic,unsigned int wq) enic_cq_wq() argument [all...] |
H A D | enic_res.c | 24 int enic_get_vnic_config(struct enic *enic) in enic_get_vnic_config() argument 141 enic_add_vlan(struct enic * enic,u16 vlanid) enic_add_vlan() argument 154 enic_del_vlan(struct enic * enic,u16 vlanid) enic_del_vlan() argument 167 enic_set_nic_cfg(struct enic * enic,u8 rss_default_cpu,u8 rss_hash_type,u8 rss_hash_bits,u8 rss_base_cpu,u8 rss_enable,u8 tso_ipid_split_en,u8 ig_vlan_strip_en) enic_set_nic_cfg() argument 186 enic_get_res_counts(struct enic * enic) enic_get_res_counts() argument [all...] |
H A D | if_enic.c | 244 struct enic *enic; enic_attach_pre() local 441 struct enic *enic; enic_msix_intr_assign() local 541 struct enic *enic; enic_free_irqs() local 560 struct enic *enic; enic_attach_post() local 582 struct enic *enic; enic_detach() local 774 struct enic *enic; enic_event_intr() local 807 struct enic *enic; enic_stop() local 840 struct enic *enic; enic_init() local 870 struct enic *enic; enic_del_mcast() local 883 struct enic *enic; enic_add_mcast() local 939 struct enic *enic; enic_mtu_set() local 1040 struct enic *enic; enic_txq_timer() local 1088 struct enic *enic; enic_set_lladdr() local 1214 struct enic *enic = &softc->enic; enic_enable_intr() local 1223 struct enic *enic = &softc->enic; enic_disable_intr() local 1290 enic_dev_open(struct enic * enic) enic_dev_open() argument 1305 enic_dev_init(struct enic * enic) enic_dev_init() argument 1372 struct enic *enic = (struct enic *)priv; enic_alloc_consistent() local 1477 enic_init_vnic_resources(struct enic * enic) enic_init_vnic_resources() argument 1556 enic_update_packet_filter(struct enic * enic) enic_update_packet_filter() argument 1581 enic_setup_finish(struct enic * enic) enic_setup_finish() argument [all...] |
H A D | enic_txrx.c | 86 struct enic *enic; in enic_isc_txd_encap() local 149 struct enic *enic; enic_isc_txd_flush() local 169 struct enic *enic; enic_isc_txd_credits_update() local 210 struct enic *enic; enic_isc_rxd_available() local 230 struct enic *enic; enic_isc_rxd_pkt_get() local 351 enic_initial_post_rx(struct enic * enic,struct vnic_rq * rq) enic_initial_post_rx() argument 374 struct enic *enic = vnic_dev_priv(vdev); enic_wq_service() local 428 struct enic *enic = vnic_dev_priv(vdev); enic_rq_service() local 438 enic_prep_wq_for_simple_tx(struct enic * enic,uint16_t queue_idx) enic_prep_wq_for_simple_tx() argument 460 enic_start_wq(struct enic * enic,uint16_t queue_idx) enic_start_wq() argument 466 enic_stop_wq(struct enic * enic,uint16_t queue_idx) enic_stop_wq() argument 478 enic_start_rq(struct enic * enic,uint16_t queue_idx) enic_start_rq() argument [all...] |
H A D | enic_res.h | 58 #define ENIC_SETTING(enic, f) ((enic->config.flags & VENETF_##f) ? 1 : 0) argument [all...] |