Searched refs:flag_count (Results 1 - 4 of 4) sorted by relevance

/drivers/message/i2o/
H A Di2o_config.c52 u32 flag_count; member in struct:sg_simple_element
620 if (!(sg[i].flag_count & 0x10000000
624 c->name, i, sg[i].flag_count);
628 sg_size = sg[i].flag_count & 0xffffff;
641 flag_count & 0x04000000 /*I2O_SGL_FLAGS_DIR */ ) {
697 flag_count & 0x4000000 /*I2O_SGL_FLAGS_DIR */ )) {
698 sg_size = sg[j].flag_count & 0xffffff;
857 if (!(sg[i].flag_count & 0x10000000
861 c->name, i, sg[i].flag_count);
865 sg_size = sg[i].flag_count
[all...]
/drivers/hv/
H A Dhyperv_vmbus.h143 u16 flag_count; member in struct:hv_port_info::__anon853::__anon855
/drivers/scsi/
H A Ddpti.h260 u32 flag_count; member in struct:sg_simple_element
H A Ddpt_i2o.c1862 if (!(sg[i].flag_count & 0x10000000 /*I2O_SGL_FLAGS_SIMPLE_ADDRESS_ELEMENT*/)) {
1863 printk(KERN_DEBUG"%s:Bad SG element %d - not simple (%x)\n",pHba->name,i, sg[i].flag_count);
1867 sg_size = sg[i].flag_count & 0xffffff;
1878 if(sg[i].flag_count & 0x04000000 /*I2O_SGL_FLAGS_DIR*/) {
1943 if(! (sg[j].flag_count & 0x4000000 /*I2O_SGL_FLAGS_DIR*/)) {
1944 sg_size = sg[j].flag_count & 0xffffff;
1977 sg[sg_index].flag_count & 0xffffff,

Completed in 99 milliseconds