Searched defs:max_resid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7181 uint16_t max_resid; local
7199 max_resid = ns_cmd->ns_resp_hdr.ct_aiusize;
7200 if (max_resid) {
7202 * Since port identifier is 4 bytes and max_resid
7203 * is also in WORDS, max_resid simply indicates
7207 port->fp_total_devices += max_resid;

Completed in 88 milliseconds