Searched refs:attr_count (Results 1 - 3 of 3) sorted by relevance

/drivers/memstick/core/
H A Dmspro_block.c986 int cnt, rc, attr_count; local
1024 attr_count = MSPRO_BLOCK_MAX_ATTRIBUTES;
1026 attr_count = attr->count;
1028 msb->attr_group.attrs = kzalloc((attr_count + 1)
1044 for (cnt = 0; cnt < attr_count; ++cnt) {
/drivers/scsi/bfa/
H A Dbfa_fc.h1550 __be32 attr_count; /* # of attributes */ member in struct:fdmi_hba_attr_s
1566 __be32 attr_count; /* # of attributes */ member in struct:fdmi_port_attr_s
H A Dbfa_fcs_lport.c1715 len += sizeof(rhba->hba_attr_blk.attr_count);
1884 rhba->hba_attr_blk.attr_count = cpu_to_be32(count);
1985 len = sizeof(port_attrib->attr_count);
2080 port_attrib->attr_count = cpu_to_be32(count);

Completed in 230 milliseconds