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()
1846 static int rx_data(struct c4iw_dev *dev, struct sk_buff *skb) in rx_data()
1919 static int abort_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in abort_rpl()
2074 struct dst_entry *dst, struct c4iw_dev *cdev, in import_ep()
2268 static int act_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in act_open_rpl()
2384 static int pass_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in pass_open_rpl()
2402 static int close_listsrv_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in close_listsrv_rpl()
2506 static void reject_cr(struct c4iw_dev *dev, u32 hwtid, struct sk_buff *skb) in reject_cr()
2514 static int pass_accept_req(struct c4iw_dev *dev, struct sk_buff *skb) in pass_accept_req()
2677 static int pass_establish(struct c4iw_dev *dev, struct sk_buff *skb) in pass_establish()
2712 static int peer_close(struct c4iw_dev *dev, struct sk_buff *skb) in peer_close()
2801 static void finish_peer_abort(struct c4iw_dev *dev, struct c4iw_ep *ep) in finish_peer_abort()
2816 static int peer_abort(struct c4iw_dev *dev, struct sk_buff *skb) in peer_abort()
2976 static int close_con_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in close_con_rpl()
3024 static int terminate(struct c4iw_dev *dev, struct sk_buff *skb) in terminate()
3058 static int fw4_ack(struct c4iw_dev *dev, struct sk_buff *skb) in fw4_ack()
3126 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr()
3235 static int pick_local_ipaddrs(struct c4iw_dev *dev, struct iw_cm_id *cm_id) in pick_local_ipaddrs()
3287 static int pick_local_ip6addrs(struct c4iw_dev *dev, struct iw_cm_id *cm_id) in pick_local_ip6addrs()
3303 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect()
3467 static int create_server6(struct c4iw_dev *dev, struct c4iw_listen_ep *ep) in create_server6()
3500 static int create_server4(struct c4iw_dev *dev, struct c4iw_listen_ep *ep) in create_server4()
3543 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()
3749 static void active_ofld_conn_reply(struct c4iw_dev *dev, struct sk_buff *skb, in active_ofld_conn_reply()
3800 static void passive_ofld_conn_reply(struct c4iw_dev *dev, struct sk_buff *skb, in passive_ofld_conn_reply()
3849 static int read_tcb_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in read_tcb_rpl()
3900 static int deferred_fw6_msg(struct c4iw_dev *dev, struct sk_buff *skb) in deferred_fw6_msg()
3938 struct c4iw_dev *dev; in build_cpl_pass_accept_req()
3941 dev = *((struct c4iw_dev **) (skb->cb + sizeof(void *))); in build_cpl_pass_accept_req()
3997 static void send_fw_pass_open_req(struct c4iw_dev *dev, struct sk_buff *skb, in send_fw_pass_open_req()
4060 static int rx_pkt(struct c4iw_dev *dev, struct sk_buff *skb) in rx_pkt()
4302 struct c4iw_dev *dev; in process_work()
4310 dev = *((struct c4iw_dev **) (skb->cb + sizeof(void *))); in process_work()
4351 static int sched(struct c4iw_dev *dev, struct sk_buff *skb) in sched()
4357 *((struct c4iw_dev **) (skb->cb + sizeof(void *))) = dev; in sched()
4367 static int set_tcb_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in set_tcb_rpl()
4379 static int fw6_msg(struct c4iw_dev *dev, struct sk_buff *skb) in fw6_msg()
4409 static int peer_abort_intr(struct c4iw_dev *dev, struct sk_buff *skb) in peer_abort_intr()