Lines Matching refs:cxgbi_sock
69 sizeof(struct cxgbi_sock *), in cxgbi_device_portmap_create()
86 struct cxgbi_sock *csk; in cxgbi_device_portmap_cleanup()
403 static struct cxgbi_sock *find_sock_on_port(struct cxgbi_device *cdev, in find_sock_on_port()
416 struct cxgbi_sock *csk = pmap->port_csk[i]; in find_sock_on_port()
431 static int sock_get_port(struct cxgbi_sock *csk) in sock_get_port()
492 static void sock_put_port(struct cxgbi_sock *csk) in sock_put_port()
532 void cxgbi_sock_free_cpl_skbs(struct cxgbi_sock *csk) in cxgbi_sock_free_cpl_skbs()
549 static struct cxgbi_sock *cxgbi_sock_create(struct cxgbi_device *cdev) in cxgbi_sock_create()
551 struct cxgbi_sock *csk = kzalloc(sizeof(*csk), GFP_NOIO); in cxgbi_sock_create()
593 static struct cxgbi_sock *cxgbi_check_route(struct sockaddr *dst_addr) in cxgbi_check_route()
602 struct cxgbi_sock *csk = NULL; in cxgbi_check_route()
694 static struct cxgbi_sock *cxgbi_check_route6(struct sockaddr *dst_addr) in cxgbi_check_route6()
703 struct cxgbi_sock *csk = NULL; in cxgbi_check_route6()
799 void cxgbi_sock_established(struct cxgbi_sock *csk, unsigned int snd_isn, in cxgbi_sock_established()
809 static void cxgbi_inform_iscsi_conn_closing(struct cxgbi_sock *csk) in cxgbi_inform_iscsi_conn_closing()
824 void cxgbi_sock_closed(struct cxgbi_sock *csk) in cxgbi_sock_closed()
842 static void need_active_close(struct cxgbi_sock *csk) in need_active_close()
874 void cxgbi_sock_fail_act_open(struct cxgbi_sock *csk, int errno) in cxgbi_sock_fail_act_open()
890 struct cxgbi_sock *csk = (struct cxgbi_sock *)skb->sk; in cxgbi_sock_act_open_req_arp_failure()
904 void cxgbi_sock_rcv_abort_rpl(struct cxgbi_sock *csk) in cxgbi_sock_rcv_abort_rpl()
923 void cxgbi_sock_rcv_peer_close(struct cxgbi_sock *csk) in cxgbi_sock_rcv_peer_close()
956 void cxgbi_sock_rcv_close_conn_rpl(struct cxgbi_sock *csk, u32 snd_nxt) in cxgbi_sock_rcv_close_conn_rpl()
987 void cxgbi_sock_rcv_wr_ack(struct cxgbi_sock *csk, unsigned int credits, in cxgbi_sock_rcv_wr_ack()
1051 static unsigned int cxgbi_sock_find_best_mtu(struct cxgbi_sock *csk, in cxgbi_sock_find_best_mtu()
1062 unsigned int cxgbi_sock_select_mss(struct cxgbi_sock *csk, unsigned int pmtu) in cxgbi_sock_select_mss()
1079 void cxgbi_sock_skb_entail(struct cxgbi_sock *csk, struct sk_buff *skb) in cxgbi_sock_skb_entail()
1086 void cxgbi_sock_purge_wr_queue(struct cxgbi_sock *csk) in cxgbi_sock_purge_wr_queue()
1095 void cxgbi_sock_check_wr_invariants(const struct cxgbi_sock *csk) in cxgbi_sock_check_wr_invariants()
1105 static int cxgbi_sock_send_pdus(struct cxgbi_sock *csk, struct sk_buff *skb) in cxgbi_sock_send_pdus()
1485 static int ddp_tag_reserve(struct cxgbi_sock *csk, unsigned int tid, in ddp_tag_reserve()
1545 int cxgbi_ddp_reserve(struct cxgbi_sock *csk, unsigned int *tagp, in cxgbi_ddp_reserve()
1760 void cxgbi_conn_tx_open(struct cxgbi_sock *csk) in cxgbi_conn_tx_open()
1878 static void csk_return_rx_credits(struct cxgbi_sock *csk, int copied) in csk_return_rx_credits()
1904 void cxgbi_conn_pdu_ready(struct cxgbi_sock *csk) in cxgbi_conn_pdu_ready()
2113 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_conn_alloc_pdu()
2396 struct cxgbi_sock *csk = cconn->cep->csk; in cxgbi_set_conn_param()
2437 static inline int csk_print_port(struct cxgbi_sock *csk, char *buf) in csk_print_port()
2448 static inline int csk_print_ip(struct cxgbi_sock *csk, char *buf) in csk_print_ip()
2469 struct cxgbi_sock *csk; in cxgbi_get_ep_param()
2528 struct cxgbi_sock *csk; in cxgbi_bind_conn()
2680 struct cxgbi_sock *csk = find_sock_on_port(chba->cdev, in cxgbi_get_host_param()
2705 struct cxgbi_sock *csk; in cxgbi_ep_connect()
2790 struct cxgbi_sock *csk = cep->csk; in cxgbi_ep_poll()
2802 struct cxgbi_sock *csk = cep->csk; in cxgbi_ep_disconnect()