Searched refs:tdev (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_offload.c77 offload_activated(struct toedev *tdev) argument
79 struct adapter *adapter = tdev2adap(tdev);
94 struct toedev *tdev; local
100 TAILQ_FOREACH(tdev, &ofld_dev_list, ofld_entry) {
101 if (offload_activated(tdev))
102 client->add(tdev);
118 struct toedev *tdev; local
124 TAILQ_FOREACH(tdev, &ofld_dev_list, ofld_entry) {
125 if (offload_activated(tdev))
126 client->remove(tdev);
139 cxgb_add_clients(struct toedev *tdev) argument
158 cxgb_remove_clients(struct toedev *tdev) argument
353 cxgb_offload_ctl(struct toedev *tdev, unsigned int req, void *data) argument
476 cxgb_free_atid(struct toedev *tdev, int atid) argument
495 cxgb_free_stid(struct toedev *tdev, int stid) argument
508 cxgb_insert_tid(struct toedev *tdev, struct cxgb_client *client, void *ctx, unsigned int tid) argument
536 struct toedev *tdev = data; local
556 cxgb_queue_tid_release(struct toedev *tdev, unsigned int tid) argument
579 cxgb_remove_tid(struct toedev *tdev, void *ctx, unsigned int tid) argument
601 cxgb_alloc_atid(struct toedev *tdev, struct cxgb_client *client, void *ctx) argument
622 cxgb_alloc_stid(struct toedev *tdev, struct cxgb_client *client, void *ctx) argument
1179 struct toedev *tdev = TOEDEV(rt->rt_ifp); local
1187 set_l2t_ix(struct toedev *tdev, u32 tid, struct l2t_entry *e) argument
1215 struct toedev *tdev; local
1427 struct toedev *tdev = &adapter->tdev; local
1445 register_tdev(struct toedev *tdev) argument
1456 unregister_tdev(struct toedev *tdev) argument
1466 struct toedev *tdev = &adapter->tdev; local
1483 struct toedev *tdev = &adapter->tdev; local
[all...]
H A Dcxgb_offload.h70 void cxgb_add_clients(struct toedev *tdev);
71 void cxgb_remove_clients(struct toedev *tdev);
H A Dcxgb_adapter.h375 struct toedev tdev; member in struct:adapter
570 return container_of(d, struct adapter, tdev);
H A Dcxgb_l2t.c490 e->tdev = dev;
505 struct toedev *dev = e->tdev;
H A Dcxgb_main.c107 static int offload_close(struct toedev *tdev);
555 offload_close(&sc->tdev);
1034 offload_tx(struct toedev *tdev, struct mbuf *m) argument
1039 ret = t3_offload_tx(tdev, m);
H A Dcxgb_sge.c1931 * @tdev: the offload device to send to
1939 t3_offload_tx(struct toedev *tdev, struct mbuf *m) argument
1941 adapter_t *adap = tdev2adap(tdev);
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dextern.h91 void tdev(void *, VARENT *, int);
H A Dkeyword.c203 /* "tdev" is UINT32, but we do this for sorting purposes */
204 VAR6("tdev", "TDEV", 0, tdev, POFF(p_tdev), INT32),
H A Dprint.c701 tdev(void *arg, VARENT *ve, int mode) function
/netbsd-6-1-5-RELEASE/usr.bin/w/
H A Dw.c114 dev_t tdev; /* dev_t of terminal */ member in struct:entry
308 if (ep->tdev != 0 && ep->tdev == kp->p_tdev &&
574 ep->tdev = 0;
595 ep->tdev = st.st_rdev;
600 if (ep->tdev == 0) {
607 (void) sysctl(mib, 2, &ep->tdev, &size, NULL, 0);

Completed in 186 milliseconds