• Home
  • Raw
  • Download

Lines Matching refs:t3cdev

70 static inline int offload_activated(struct t3cdev *tdev)  in offload_activated()
86 struct t3cdev *tdev; in cxgb3_register_client()
111 struct t3cdev *tdev; in cxgb3_unregister_client()
133 void cxgb3_add_clients(struct t3cdev *tdev) in cxgb3_add_clients()
152 void cxgb3_remove_clients(struct t3cdev *tdev) in cxgb3_remove_clients()
164 void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port) in cxgb3_event_notify()
373 static int cxgb_offload_ctl(struct t3cdev *tdev, unsigned int req, void *data) in cxgb_offload_ctl()
480 static int rx_offload_blackhole(struct t3cdev *dev, struct sk_buff **skbs, in rx_offload_blackhole()
488 static void dummy_neigh_update(struct t3cdev *dev, struct neighbour *neigh) in dummy_neigh_update()
492 void cxgb3_set_dummy_ops(struct t3cdev *dev) in cxgb3_set_dummy_ops()
501 void *cxgb3_free_atid(struct t3cdev *tdev, int atid) in cxgb3_free_atid()
521 void cxgb3_free_stid(struct t3cdev *tdev, int stid) in cxgb3_free_stid()
535 void cxgb3_insert_tid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_insert_tid()
565 struct t3cdev *tdev = td->dev; in t3_process_tid_release_list()
604 void cxgb3_queue_tid_release(struct t3cdev *tdev, unsigned int tid) in cxgb3_queue_tid_release()
627 void cxgb3_remove_tid(struct t3cdev *tdev, void *ctx, unsigned int tid) in cxgb3_remove_tid()
650 int cxgb3_alloc_atid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_alloc_atid()
674 int cxgb3_alloc_stid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_alloc_stid()
697 struct t3cdev *dev2t3cdev(struct net_device *dev) in dev2t3cdev()
701 return (struct t3cdev *)pi->adapter; in dev2t3cdev()
706 static int do_smt_write_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_smt_write_rpl()
717 static int do_l2t_write_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_l2t_write_rpl()
728 static int do_rte_write_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_rte_write_rpl()
739 static int do_act_open_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_act_open_rpl()
759 static int do_stid_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_stid_rpl()
777 static int do_hwtid_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_hwtid_rpl()
795 static int do_cr(struct t3cdev *dev, struct sk_buff *skb) in do_cr()
844 static int do_abort_req_rss(struct t3cdev *dev, struct sk_buff *skb) in do_abort_req_rss()
889 static int do_act_establish(struct t3cdev *dev, struct sk_buff *skb) in do_act_establish()
916 static int do_trace(struct t3cdev *dev, struct sk_buff *skb) in do_trace()
944 static int do_term(struct t3cdev *dev, struct sk_buff *skb) in do_term()
990 static int do_bad_cpl(struct t3cdev *dev, struct sk_buff *skb) in do_bad_cpl()
1019 static int process_rx(struct t3cdev *dev, struct sk_buff **skbs, int n) in process_rx()
1043 int cxgb3_ofld_send(struct t3cdev *dev, struct sk_buff *skb) in cxgb3_ofld_send()
1081 struct t3cdev *tdev = dev2t3cdev(dev); in cxgb_neigh_update()
1088 static void set_l2t_ix(struct t3cdev *tdev, u32 tid, struct l2t_entry *e) in set_l2t_ix()
1116 struct t3cdev *tdev; in cxgb_redirect()
1219 struct t3cdev *dev = &adapter->tdev; in cxgb3_offload_activate()
1290 struct t3cdev *tdev = &adapter->tdev; in cxgb3_offload_deactivate()
1309 static inline void register_tdev(struct t3cdev *tdev) in register_tdev()
1319 static inline void unregister_tdev(struct t3cdev *tdev) in unregister_tdev()
1347 struct t3cdev *tdev = &adapter->tdev; in cxgb3_adapter_ofld()
1361 struct t3cdev *tdev = &adapter->tdev; in cxgb3_adapter_unofld()