Lines Matching refs:c4iw_dev

145 static int sched(struct c4iw_dev *dev, struct sk_buff *skb);
353 static struct c4iw_ep *get_ep_from_tid(struct c4iw_dev *dev, unsigned int tid) in get_ep_from_tid()
369 static struct c4iw_listen_ep *get_ep_from_stid(struct c4iw_dev *dev, in get_ep_from_stid()
488 static int _put_ep_safe(struct c4iw_dev *dev, struct sk_buff *skb) in _put_ep_safe()
498 static int _put_pass_ep_safe(struct c4iw_dev *dev, struct sk_buff *skb) in _put_pass_ep_safe()
1172 static int act_establish(struct c4iw_dev *dev, struct sk_buff *skb) in act_establish()
1802 static int rx_data(struct c4iw_dev *dev, struct sk_buff *skb) in rx_data()
1878 static int abort_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in abort_rpl()
2024 struct dst_entry *dst, struct c4iw_dev *cdev, in import_ep()
2217 static int act_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in act_open_rpl()
2331 static int pass_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in pass_open_rpl()
2349 static int close_listsrv_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in close_listsrv_rpl()
2459 static void reject_cr(struct c4iw_dev *dev, u32 hwtid, struct sk_buff *skb) in reject_cr()
2467 static int pass_accept_req(struct c4iw_dev *dev, struct sk_buff *skb) in pass_accept_req()
2625 static int pass_establish(struct c4iw_dev *dev, struct sk_buff *skb) in pass_establish()
2657 static int peer_close(struct c4iw_dev *dev, struct sk_buff *skb) in peer_close()
2746 static int peer_abort(struct c4iw_dev *dev, struct sk_buff *skb) in peer_abort()
2890 static int close_con_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in close_con_rpl()
2938 static int terminate(struct c4iw_dev *dev, struct sk_buff *skb) in terminate()
2965 static int fw4_ack(struct c4iw_dev *dev, struct sk_buff *skb) in fw4_ack()
3033 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr()
3142 static int pick_local_ipaddrs(struct c4iw_dev *dev, struct iw_cm_id *cm_id) in pick_local_ipaddrs()
3189 static int pick_local_ip6addrs(struct c4iw_dev *dev, struct iw_cm_id *cm_id) in pick_local_ip6addrs()
3205 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect()
3366 static int create_server6(struct c4iw_dev *dev, struct c4iw_listen_ep *ep) in create_server6()
3399 static int create_server4(struct c4iw_dev *dev, struct c4iw_listen_ep *ep) in create_server4()
3442 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()
3645 static void active_ofld_conn_reply(struct c4iw_dev *dev, struct sk_buff *skb, in active_ofld_conn_reply()
3696 static void passive_ofld_conn_reply(struct c4iw_dev *dev, struct sk_buff *skb, in passive_ofld_conn_reply()
3722 static int deferred_fw6_msg(struct c4iw_dev *dev, struct sk_buff *skb) in deferred_fw6_msg()
3760 struct c4iw_dev *dev; in build_cpl_pass_accept_req()
3763 dev = *((struct c4iw_dev **) (skb->cb + sizeof(void *))); in build_cpl_pass_accept_req()
3819 static void send_fw_pass_open_req(struct c4iw_dev *dev, struct sk_buff *skb, in send_fw_pass_open_req()
3882 static int rx_pkt(struct c4iw_dev *dev, struct sk_buff *skb) in rx_pkt()
4119 struct c4iw_dev *dev; in process_work()
4127 dev = *((struct c4iw_dev **) (skb->cb + sizeof(void *))); in process_work()
4168 static int sched(struct c4iw_dev *dev, struct sk_buff *skb) in sched()
4174 *((struct c4iw_dev **) (skb->cb + sizeof(void *))) = dev; in sched()
4184 static int set_tcb_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in set_tcb_rpl()
4196 static int fw6_msg(struct c4iw_dev *dev, struct sk_buff *skb) in fw6_msg()
4226 static int peer_abort_intr(struct c4iw_dev *dev, struct sk_buff *skb) in peer_abort_intr()