Home
last modified time | relevance | path

Searched refs:SGTEND (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dnsp32.h278 # define SGTEND BIT(31) /* Last SGT marker */ macro
Dnsp32.c952 sgt[num-1].len = cpu_to_le32(l | SGTEND); in nsp32_setup_sg_table()
960 sgt[0].len = cpu_to_le32(SCpnt->request_bufflen | SGTEND); /* set end mark */ in nsp32_setup_sg_table()
1873 sentlen += (le32_to_cpu(sgt[new_entry].len) & ~SGTEND); in nsp32_adjust_busfree()