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()
2505 static void reject_cr(struct c4iw_dev *dev, u32 hwtid, struct sk_buff *skb) in reject_cr()
2513 static int pass_accept_req(struct c4iw_dev *dev, struct sk_buff *skb) in pass_accept_req()
2676 static int pass_establish(struct c4iw_dev *dev, struct sk_buff *skb) in pass_establish()
2708 static int peer_close(struct c4iw_dev *dev, struct sk_buff *skb) in peer_close()
2797 static void finish_peer_abort(struct c4iw_dev *dev, struct c4iw_ep *ep) in finish_peer_abort()
2812 static int peer_abort(struct c4iw_dev *dev, struct sk_buff *skb) in peer_abort()
2972 static int close_con_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in close_con_rpl()
3020 static int terminate(struct c4iw_dev *dev, struct sk_buff *skb) in terminate()
3054 static int fw4_ack(struct c4iw_dev *dev, struct sk_buff *skb) in fw4_ack()
3122 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr()
3231 static int pick_local_ipaddrs(struct c4iw_dev *dev, struct iw_cm_id *cm_id) in pick_local_ipaddrs()
3283 static int pick_local_ip6addrs(struct c4iw_dev *dev, struct iw_cm_id *cm_id) in pick_local_ip6addrs()
3299 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect()
3463 static int create_server6(struct c4iw_dev *dev, struct c4iw_listen_ep *ep) in create_server6()
3496 static int create_server4(struct c4iw_dev *dev, struct c4iw_listen_ep *ep) in create_server4()
3539 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()
3745 static void active_ofld_conn_reply(struct c4iw_dev *dev, struct sk_buff *skb, in active_ofld_conn_reply()
3796 static void passive_ofld_conn_reply(struct c4iw_dev *dev, struct sk_buff *skb, in passive_ofld_conn_reply()
3845 static int read_tcb_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in read_tcb_rpl()
3896 static int deferred_fw6_msg(struct c4iw_dev *dev, struct sk_buff *skb) in deferred_fw6_msg()
3934 struct c4iw_dev *dev; in build_cpl_pass_accept_req()
3937 dev = *((struct c4iw_dev **) (skb->cb + sizeof(void *))); in build_cpl_pass_accept_req()
3993 static void send_fw_pass_open_req(struct c4iw_dev *dev, struct sk_buff *skb, in send_fw_pass_open_req()
4056 static int rx_pkt(struct c4iw_dev *dev, struct sk_buff *skb) in rx_pkt()
4294 struct c4iw_dev *dev; in process_work()
4302 dev = *((struct c4iw_dev **) (skb->cb + sizeof(void *))); in process_work()
4343 static int sched(struct c4iw_dev *dev, struct sk_buff *skb) in sched()
4349 *((struct c4iw_dev **) (skb->cb + sizeof(void *))) = dev; in sched()
4359 static int set_tcb_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in set_tcb_rpl()
4371 static int fw6_msg(struct c4iw_dev *dev, struct sk_buff *skb) in fw6_msg()
4401 static int peer_abort_intr(struct c4iw_dev *dev, struct sk_buff *skb) in peer_abort_intr()