Lines Matching defs:xnb_softc
387 struct xnb_softc { struct
389 device_t dev;
394 struct ifmedia sc_media;
397 if_t xnb_ifp;
400 unsigned carrier;
403 uint8_t mac[ETHER_ADDR_LEN];
416 int abi;
423 char *bridge;
426 evtchn_port_t evtchn;
429 long handle;
432 xen_intr_handle_t xen_intr_handle;
441 domid_t otherend_id;
447 uint8_t can_sg;
449 uint8_t gso;
451 uint8_t gso_prefix;
453 uint8_t ip_csum;
460 gnttab_copy_table rx_gnttab;
466 gnttab_copy_table tx_gnttab;
472 struct resource *pseudo_phys_res;
475 int pseudo_phys_res_id;
478 struct xnb_ring_config ring_configs[XNB_NUM_RING_TYPES];
484 vm_offset_t kva;
487 uint64_t gnt_base_addr;
490 xnb_flag_t flags;
493 struct mtx rx_lock;
496 struct mtx sc_lock;
499 struct mtx tx_lock;
502 int kva_size;
505 char if_name[IFNAMSIZ];