Searched defs:login_ifmarker_count (Results 1 - 1 of 1) sorted by last modified time

/drivers/target/iscsi/
H A Discsi_target_util.c818 int login_ifmarker_count = 0, login_ofmarker_count = 0, next_marker = 0; local
848 login_ifmarker_count = (conn->if_marker / IFMarkInt);
849 next_marker = (IFMarkInt * (login_ifmarker_count + 1)) +
850 (login_ifmarker_count * MARKER_SIZE);

Completed in 43 milliseconds