Searched refs:cxgbi_sock_set_state (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 576 cxgbi_sock_set_state(csk, CTP_CLOSED); in cxgbi_sock_create() 809 cxgbi_sock_set_state(csk, CTP_ESTABLISHED); in cxgbi_sock_established() 840 cxgbi_sock_set_state(csk, CTP_CLOSED); in cxgbi_sock_closed() 862 cxgbi_sock_set_state(csk, CTP_ACTIVE_CLOSE); in need_active_close() 865 cxgbi_sock_set_state(csk, CTP_CLOSE_WAIT_2); in need_active_close() 886 cxgbi_sock_set_state(csk, CTP_CONNECTING); in cxgbi_sock_fail_act_open() 939 cxgbi_sock_set_state(csk, CTP_PASSIVE_CLOSE); in cxgbi_sock_rcv_peer_close() 942 cxgbi_sock_set_state(csk, CTP_CLOSE_WAIT_2); in cxgbi_sock_rcv_peer_close() 973 cxgbi_sock_set_state(csk, CTP_CLOSE_WAIT_1); in cxgbi_sock_rcv_close_conn_rpl() 2756 cxgbi_sock_set_state(csk, CTP_CONNECTING); in cxgbi_ep_connect()
|
D | libcxgbi.h | 354 static inline void cxgbi_sock_set_state(struct cxgbi_sock *csk, int state) in cxgbi_sock_set_state() function
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 244 cxgbi_sock_set_state(csk, CTP_ABORTING); in send_abort_req() 680 cxgbi_sock_set_state(csk, CTP_ABORTING); in do_abort_req() 1006 cxgbi_sock_set_state(csk, CTP_ACTIVE_OPEN); in init_act_open()
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 404 cxgbi_sock_set_state(csk, CTP_ABORTING); in send_abort_req() 1002 cxgbi_sock_set_state(csk, CTP_ABORTING); in do_abort_req_rss() 1481 cxgbi_sock_set_state(csk, CTP_ACTIVE_OPEN); in init_act_open()
|