Home
last modified time | relevance | path

Searched refs:AHSLength (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/iscsi/initiator/
Disc_soc.c387 if(bhs->AHSLength) { in so_recv()
388 debug(2, "bhs->AHSLength=%d", bhs->AHSLength); in so_recv()
389 pp->ahs_len = bhs->AHSLength * 4; in so_recv()
Discsi.h84 u_int AHSLength:8; // in 4byte words member
Disc_sm.c271 bhp->AHSLength = pp->ahs_len / 4; in i_prepPDU()