Home
last modified time | relevance | path

Searched refs:CTP_ABORTING (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c245 if (unlikely(csk->state == CTP_ABORTING || !skb)) in send_abort_req()
247 cxgbi_sock_set_state(csk, CTP_ABORTING); in send_abort_req()
400 csk->state == CTP_CLOSE_WAIT_1 || csk->state >= CTP_ABORTING)) { in push_tx_frames()
681 cxgbi_sock_set_state(csk, CTP_ABORTING); in do_abort_req()
764 if (csk->state != CTP_ABORTING) in do_iscsi_hdr()
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c479 if (unlikely(csk->state == CTP_ABORTING) || !skb || !csk->cdev) in send_abort_req()
487 cxgbi_sock_set_state(csk, CTP_ABORTING); in send_abort_req()
773 csk->state == CTP_CLOSE_WAIT_1 || csk->state >= CTP_ABORTING)) { in push_tx_frames()
1185 cxgbi_sock_set_state(csk, CTP_ABORTING); in do_abort_req_rss()
1271 if (csk->state != CTP_ABORTING) in do_rx_iscsi_hdr()
1378 if (csk->state != CTP_ABORTING) in do_rx_iscsi_data()
1472 if (csk->state != CTP_ABORTING) in do_rx_data_ddp()
1543 if (csk->state != CTP_ABORTING) in do_rx_iscsi_cmp()
/linux-6.1.9/drivers/scsi/cxgbi/
Dlibcxgbi.h191 CTP_ABORTING, enumerator
Dlibcxgbi.c979 case CTP_ABORTING: in cxgbi_sock_rcv_peer_close()
1011 case CTP_ABORTING: in cxgbi_sock_rcv_close_conn_rpl()