Lines Matching refs:c4iw_dev

145 static int sched(struct c4iw_dev *dev, struct sk_buff *skb);
356 static struct c4iw_ep *get_ep_from_tid(struct c4iw_dev *dev, unsigned int tid) in get_ep_from_tid()
372 static struct c4iw_listen_ep *get_ep_from_stid(struct c4iw_dev *dev, in get_ep_from_stid()
492 static int _put_ep_safe(struct c4iw_dev *dev, struct sk_buff *skb) in _put_ep_safe()
501 static int _put_pass_ep_safe(struct c4iw_dev *dev, struct sk_buff *skb) in _put_pass_ep_safe()
1214 static int act_establish(struct c4iw_dev *dev, struct sk_buff *skb) in act_establish()
1844 static int rx_data(struct c4iw_dev *dev, struct sk_buff *skb) in rx_data()
1917 static int abort_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in abort_rpl()
2069 struct dst_entry *dst, struct c4iw_dev *cdev, in import_ep()
2264 static int act_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in act_open_rpl()
2377 static int pass_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in pass_open_rpl()
2395 static int close_listsrv_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in close_listsrv_rpl()
2499 static void reject_cr(struct c4iw_dev *dev, u32 hwtid, struct sk_buff *skb) in reject_cr()
2507 static int pass_accept_req(struct c4iw_dev *dev, struct sk_buff *skb) in pass_accept_req()
2670 static int pass_establish(struct c4iw_dev *dev, struct sk_buff *skb) in pass_establish()
2702 static int peer_close(struct c4iw_dev *dev, struct sk_buff *skb) in peer_close()
2791 static void finish_peer_abort(struct c4iw_dev *dev, struct c4iw_ep *ep) in finish_peer_abort()
2806 static int peer_abort(struct c4iw_dev *dev, struct sk_buff *skb) in peer_abort()
2966 static int close_con_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in close_con_rpl()
3014 static int terminate(struct c4iw_dev *dev, struct sk_buff *skb) in terminate()
3048 static int fw4_ack(struct c4iw_dev *dev, struct sk_buff *skb) in fw4_ack()
3116 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr()
3225 static int pick_local_ipaddrs(struct c4iw_dev *dev, struct iw_cm_id *cm_id) in pick_local_ipaddrs()
3277 static int pick_local_ip6addrs(struct c4iw_dev *dev, struct iw_cm_id *cm_id) in pick_local_ip6addrs()
3293 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect()
3457 static int create_server6(struct c4iw_dev *dev, struct c4iw_listen_ep *ep) in create_server6()
3490 static int create_server4(struct c4iw_dev *dev, struct c4iw_listen_ep *ep) in create_server4()
3533 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()
3739 static void active_ofld_conn_reply(struct c4iw_dev *dev, struct sk_buff *skb, in active_ofld_conn_reply()
3790 static void passive_ofld_conn_reply(struct c4iw_dev *dev, struct sk_buff *skb, in passive_ofld_conn_reply()
3839 static int read_tcb_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in read_tcb_rpl()
3890 static int deferred_fw6_msg(struct c4iw_dev *dev, struct sk_buff *skb) in deferred_fw6_msg()
3928 struct c4iw_dev *dev; in build_cpl_pass_accept_req()
3931 dev = *((struct c4iw_dev **) (skb->cb + sizeof(void *))); in build_cpl_pass_accept_req()
3987 static void send_fw_pass_open_req(struct c4iw_dev *dev, struct sk_buff *skb, in send_fw_pass_open_req()
4050 static int rx_pkt(struct c4iw_dev *dev, struct sk_buff *skb) in rx_pkt()
4288 struct c4iw_dev *dev; in process_work()
4296 dev = *((struct c4iw_dev **) (skb->cb + sizeof(void *))); in process_work()
4337 static int sched(struct c4iw_dev *dev, struct sk_buff *skb) in sched()
4343 *((struct c4iw_dev **) (skb->cb + sizeof(void *))) = dev; in sched()
4353 static int set_tcb_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in set_tcb_rpl()
4365 static int fw6_msg(struct c4iw_dev *dev, struct sk_buff *skb) in fw6_msg()
4395 static int peer_abort_intr(struct c4iw_dev *dev, struct sk_buff *skb) in peer_abort_intr()