Searched refs:snd_una (Results 1 – 16 of 16) sorted by relevance
| /drivers/target/iscsi/cxgbit/ |
| A D | cxgbit_cm.c | 1645 csk->snd_una = snd_isn; in cxgbit_pass_establish() 1839 u32 snd_una = ntohl(rpl->snd_una); in cxgbit_fw4_ack() local 1877 if (unlikely(before(snd_una, csk->snd_una))) { in cxgbit_fw4_ack() 1879 csk, csk->tid, snd_una, in cxgbit_fw4_ack() 1880 csk->snd_una); in cxgbit_fw4_ack() 1884 if (csk->snd_una != snd_una) { in cxgbit_fw4_ack() 1885 csk->snd_una = snd_una; in cxgbit_fw4_ack()
|
| A D | cxgbit.h | 216 u32 snd_una; member
|
| A D | cxgbit_target.c | 258 csk->snd_una + csk->snd_win))) { in cxgbit_push_tx_frames()
|
| /drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| A D | chtls_cm.c | 1468 tp->snd_una = snd_isn; in make_established() 1930 tp->snd_una = ntohl(rpl->snd_nxt) - 1; /* exclude FIN */ in chtls_close_con_rpl() 2228 u32 snd_una; in chtls_rx_ack() local 2230 snd_una = ntohl(hdr->snd_una); in chtls_rx_ack() 2255 if (unlikely(before(snd_una, tp->snd_una))) { in chtls_rx_ack() 2260 if (tp->snd_una != snd_una) { in chtls_rx_ack() 2261 tp->snd_una = snd_una; in chtls_rx_ack() 2263 if (tp->snd_una == tp->snd_nxt && in chtls_rx_ack()
|
| /drivers/scsi/cxgbi/ |
| A D | libcxgbi.c | 833 csk->write_seq = csk->snd_nxt = csk->snd_una = snd_isn; in cxgbi_sock_established() 999 csk->snd_una = snd_nxt - 1; in cxgbi_sock_rcv_close_conn_rpl() 1024 unsigned int snd_una, int seq_chk) in cxgbi_sock_rcv_wr_ack() argument 1029 csk->wr_cred, csk->wr_una_cred, snd_una, seq_chk); in cxgbi_sock_rcv_wr_ack() 1064 if (unlikely(before(snd_una, csk->snd_una))) { in cxgbi_sock_rcv_wr_ack() 1066 csk, csk->state, csk->flags, csk->tid, snd_una, in cxgbi_sock_rcv_wr_ack() 1067 csk->snd_una); in cxgbi_sock_rcv_wr_ack() 1071 if (csk->snd_una != snd_una) { in cxgbi_sock_rcv_wr_ack() 1072 csk->snd_una = snd_una; in cxgbi_sock_rcv_wr_ack() 2296 before((csk->snd_win + csk->snd_una), csk->write_seq)) { in cxgbi_sock_tx_queue_up() [all …]
|
| A D | libcxgbi.h | 168 u32 snd_una; member
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_iscsi.c | 74 u32 snd_una; member 358 p_tcp->snd_una = cpu_to_le32(p_conn->snd_una); in qed_sp_iscsi_conn_offload() 1239 con->snd_una = conn_info->snd_una; in qed_iscsi_offload_conn()
|
| /drivers/block/drbd/ |
| A D | drbd_debugfs.c | 392 answ = tp->write_seq - tp->snd_una; in in_flight_summary_show()
|
| /drivers/infiniband/hw/irdma/ |
| A D | type.h | 912 u32 snd_una; member
|
| A D | cm.c | 3344 tcp_info->snd_una = cm_node->tcp_cntxt.loc_seq_num; in irdma_init_tcp_ctx()
|
| A D | ctrl.c | 1014 FIELD_PREP(IRDMAQPC_SNDUNA, tcp->snd_una)); in irdma_sc_qp_setctx()
|
| /drivers/net/ethernet/chelsio/cxgb3/ |
| A D | t3_cpl.h | 875 __be32 snd_una; member
|
| /drivers/scsi/cxgbi/cxgb4i/ |
| A D | cxgb4i.c | 841 after(csk->write_seq, (csk->snd_una + csk->snd_win / 2)))) in push_tx_frames() 1618 cxgbi_sock_rcv_wr_ack(csk, rpl->credits, ntohl(rpl->snd_una), in do_fw4_ack()
|
| /drivers/scsi/cxgbi/cxgb3i/ |
| A D | cxgb3i.c | 857 cxgbi_sock_rcv_wr_ack(csk, ntohs(hdr->credits), ntohl(hdr->snd_una), 1); in do_wr_ack()
|
| /drivers/net/ethernet/broadcom/ |
| A D | cnic_defs.h | 946 u32 snd_una; member 1751 u32 snd_una; member
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | t4_msg.h | 1423 __be32 snd_una; member
|
Completed in 135 milliseconds