Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dmpii.c899 MPII_SGE_FL_LAST | MPII_SGE_FL_EOB | MPII_SGE_FL_EOL); in mpii_load_xs()
936 sge->sg_hdr |= htole32(MPII_SGE_FL_LAST | MPII_SGE_FL_EOB | in mpii_load_xs()
2291 MPII_SGE_FL_LAST | MPII_SGE_FL_EOB | MPII_SGE_FL_EOL); in mpii_req_cfg_header()
2394 MPII_SGE_FL_LAST | MPII_SGE_FL_EOB | MPII_SGE_FL_EOL | in mpii_req_cfg_page()
H A Dmpiireg.h111 #define MPII_SGE_FL_LAST (0x1<<31) /* last element in segment */ macro