Home
last modified time | relevance | path

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

/drivers/scsi/
Ddpt_i2o.c1728 if (!(sg[i].flag_count & 0x10000000 /*I2O_SGL_FLAGS_SIMPLE_ADDRESS_ELEMENT*/)) { in adpt_i2o_passthru()
1729 printk(KERN_DEBUG"%s:Bad SG element %d - not simple (%x)\n",pHba->name,i, sg[i].flag_count); in adpt_i2o_passthru()
1733 sg_size = sg[i].flag_count & 0xffffff; in adpt_i2o_passthru()
1744 if(sg[i].flag_count & 0x04000000 /*I2O_SGL_FLAGS_DIR*/) { in adpt_i2o_passthru()
1811 if(! (sg[j].flag_count & 0x4000000 /*I2O_SGL_FLAGS_DIR*/)) { in adpt_i2o_passthru()
1812 sg_size = sg[j].flag_count & 0xffffff; in adpt_i2o_passthru()
1844 sg[sg_index].flag_count & 0xffffff, in adpt_i2o_passthru()
Ddpti.h255 u32 flag_count; member