Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
HDcxgbei.c753 orig_datasn = htobe32(bhsdo->bhsdo_datasn); in do_rx_iscsi_cmp()
755 bhsdo->bhsdo_datasn = htobe32(cmp->last_datasn + 1); in do_rx_iscsi_cmp()
759 MPASS(htobe32(bhsdo->bhsdo_datasn) == in do_rx_iscsi_cmp()
762 cmp->last_datasn = htobe32(bhsdo->bhsdo_datasn); in do_rx_iscsi_cmp()
/freebsd-13-stable/sys/dev/iscsi/
HDiscsi_proto.h287 uint32_t bhsdo_datasn; member
HDiscsi.c1330 bhsdo->bhsdo_datasn = htonl(datasn); in iscsi_pdu_handle_r2t()
/freebsd-13-stable/sys/cam/ctl/
HDctl_frontend_iscsi.c911 if (cdw->cdw_datasn != ntohl(bhsdo->bhsdo_datasn)) { in cfiscsi_pdu_handle_data_out()
914 ntohl(bhsdo->bhsdo_datasn), cdw->cdw_datasn); in cfiscsi_pdu_handle_data_out()