Searched refs:DSLength (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Disc_sm.c283 bhp->DSLength = ((n & 0x00ff0000) >> 16)
287 bhp->DSLength = n;
H A Discsi.h87 u_int DSLength:24; // in bytes member in struct:bhs
H A Disc_soc.c448 if(bhs->DSLength) {
449 len = bhs->DSLength;

Completed in 97 milliseconds