Searched refs:rx_hash (Results 1 – 4 of 4) sorted by relevance
433 struct hash_desc *rx_hash = NULL; in iscsi_tcp_data_recv_prep() local437 rx_hash = tcp_conn->rx_hash; in iscsi_tcp_data_recv_prep()441 iscsi_tcp_data_recv_done, rx_hash); in iscsi_tcp_data_recv_prep()682 struct hash_desc *rx_hash = NULL; in iscsi_tcp_hdr_dissect() local695 rx_hash = tcp_conn->rx_hash; in iscsi_tcp_hdr_dissect()708 rx_hash); in iscsi_tcp_hdr_dissect()835 iscsi_tcp_dgst_header(tcp_conn->rx_hash, hdr, in iscsi_tcp_hdr_recv_done()
528 tcp_sw_conn->rx_hash.tfm = crypto_alloc_hash("crc32c", 0, in iscsi_sw_tcp_conn_create()530 tcp_sw_conn->rx_hash.flags = 0; in iscsi_sw_tcp_conn_create()531 if (IS_ERR(tcp_sw_conn->rx_hash.tfm)) in iscsi_sw_tcp_conn_create()533 tcp_conn->rx_hash = &tcp_sw_conn->rx_hash; in iscsi_sw_tcp_conn_create()579 if (tcp_sw_conn->rx_hash.tfm) in iscsi_sw_tcp_conn_destroy()580 crypto_free_hash(tcp_sw_conn->rx_hash.tfm); in iscsi_sw_tcp_conn_destroy()
49 struct hash_desc rx_hash; /* CRC32C (Rx) */ member
76 struct hash_desc *rx_hash; member