Searched refs:if_ctx_t (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/net/ |
| HD | ifdi_if.m | 45 null_void_op(if_ctx_t _ctx __unused) 50 null_timer_op(if_ctx_t _ctx __unused, uint16_t _qsidx __unused) 55 null_int_op(if_ctx_t _ctx __unused) 61 null_queue_intr_enable(if_ctx_t _ctx __unused, uint16_t _qid __unused) 66 null_led_func(if_ctx_t _ctx __unused, int _onoff __unused) 71 null_vlan_register_op(if_ctx_t _ctx __unused, uint16_t vtag __unused) 76 null_q_setup(if_ctx_t _ctx __unused, uint32_t _qid __unused) 82 null_i2c_req(if_ctx_t _sctx __unused, struct ifi2creq *_i2c __unused) 88 null_sysctl_int_delay(if_ctx_t _sctx __unused, if_int_delay_info_t _iidi __unused) 94 null_iov_init(if_ctx_t _ctx __unused, uint16_t num_vfs __unused, const nvlist_t *params __unused) [all …]
|
| HD | iflib.h | 38 typedef struct iflib_ctx *if_ctx_t; typedef 88 if_ctx_t iidi_ctx; /* Back-pointer to the iflib ctx (softc) */ 200 void *iflib_get_softc(if_ctx_t ctx); 202 device_t iflib_get_dev(if_ctx_t ctx); 204 if_t iflib_get_ifp(if_ctx_t ctx); 206 struct ifmedia *iflib_get_media(if_ctx_t ctx); 208 if_softc_ctx_t iflib_get_softc_ctx(if_ctx_t ctx); 209 if_shared_ctx_t iflib_get_sctx(if_ctx_t ctx); 211 void iflib_set_mac(if_ctx_t ctx, uint8_t mac[ETHER_ADDR_LEN]); 235 int iflib_device_register(device_t dev, void *softc, if_shared_ctx_t sctx, if_ctx_t *ctxp); [all …]
|
| HD | iflib.c | 161 iflib_get_softc(if_ctx_t ctx) in iflib_get_softc() 168 iflib_get_dev(if_ctx_t ctx) in iflib_get_dev() 175 iflib_get_ifp(if_ctx_t ctx) in iflib_get_ifp() 182 iflib_get_media(if_ctx_t ctx) in iflib_get_media() 189 iflib_set_mac(if_ctx_t ctx, uint8_t mac[ETHER_ADDR_LEN]) in iflib_set_mac() 196 iflib_get_softc_ctx(if_ctx_t ctx) in iflib_get_softc_ctx() 203 iflib_get_sctx(if_ctx_t ctx) in iflib_get_sctx() 258 if_ctx_t ift_ctx; 351 if_ctx_t ifr_ctx; 522 static void iflib_tx_structures_free(if_ctx_t ctx); [all …]
|
| /NextBSD/sys/dev/ixl/ |
| HD | if_ixlv.c | 75 static int ixlv_if_attach_pre(if_ctx_t); 76 static int ixlv_if_attach_post(if_ctx_t); 77 static int ixlv_if_detach(if_ctx_t); 78 static int ixlv_if_shutdown(if_ctx_t); 79 static void ixlv_if_init(if_ctx_t); 80 static void ixlv_if_stop(if_ctx_t); 81 static void ixlv_if_intr_enable(if_ctx_t ctx); 82 static void ixlv_if_intr_disable(if_ctx_t ctx); 83 static void ixlv_if_queue_intr_enable(if_ctx_t ctx, uint16_t qid); 84 static void ixlv_if_queue_intr_disable(if_ctx_t ctx, uint16_t qid); [all …]
|
| HD | if_ixl_common.c | 26 ixl_if_media_change(if_ctx_t ctx) in ixl_if_media_change() 40 ixl_if_queues_alloc(if_ctx_t ctx, caddr_t *vaddrs, uint64_t *paddrs, int nqs) in ixl_if_queues_alloc() 87 ixl_if_queues_free(if_ctx_t ctx) in ixl_if_queues_free()
|
| HD | if_ixl.c | 179 static int ixl_if_iov_init(if_ctx_t, uint16_t num_vfs, const nvlist_t*); 180 static void ixl_if_iov_uninit(if_ctx_t); 181 static int ixl_if_vf_add(if_ctx_t, uint16_t vfnum, const nvlist_t*); 185 static void ixl_if_handle_vflr(if_ctx_t ctx); 191 static int ixl_if_attach_pre(if_ctx_t); 192 static int ixl_if_attach_post(if_ctx_t); 193 static int ixl_if_msix_intr_assign(if_ctx_t, int); 195 static int ixl_if_detach(if_ctx_t); 197 static void ixl_if_init(if_ctx_t ctx); 198 static void ixl_if_stop(if_ctx_t ctx); [all …]
|
| HD | ixl.h | 468 if_ctx_t ctx; 603 int ixl_if_media_change(if_ctx_t); 604 int ixl_if_queues_alloc(if_ctx_t, caddr_t *, uint64_t *, int); 605 void ixl_if_queues_free(if_ctx_t ctx);
|
| /NextBSD/sys/dev/ixgbe/ |
| HD | if_ixgbe.c | 78 static int ixgbe_if_attach_pre(if_ctx_t ctx); 79 static int ixgbe_if_attach_post(if_ctx_t ctx); 80 static int ixgbe_if_detach(if_ctx_t ctx); 81 static int ixgbe_if_shutdown(if_ctx_t ctx); 82 static int ixgbe_if_suspend(if_ctx_t ctx); 83 static int ixgbe_if_resume(if_ctx_t ctx); 85 static void ixgbe_if_stop(if_ctx_t ctx); 86 static void ixgbe_if_init(if_ctx_t ctx); 87 void ixgbe_if_enable_intr(if_ctx_t ctx); 88 static void ixgbe_if_disable_intr(if_ctx_t ctx); [all …]
|
| HD | ixgbe.h | 456 if_ctx_t ctx;
|
| HD | ixgbe_txrx.c | 45 extern void ixgbe_if_enable_intr(if_ctx_t ctx);
|