Lines Matching defs:spad_count
97 * | | | +spad_count * 4
116 u32 spad_count;
129 u32 spad_count;
435 u32 spad_count;
442 spad_count = ntb->spad_count;
445 spad_size = 2 * spad_count * sizeof(u32);
459 ctrl->spad_count = spad_count;
1090 EPF_NTB_R(spad_count)
1091 EPF_NTB_W(spad_count)
1122 CONFIGFS_ATTR(epf_ntb_, spad_count);
1171 * NTB specific properties like db_count, spad_count, num_mws etc.,
1254 return ntb_ndev(ntb)->spad_count;
1326 int off = ntb->reg->spad_offset, ct = ntb->reg->spad_count * sizeof(u32);
1338 int off = ctrl->spad_offset, ct = ctrl->spad_count * sizeof(u32);
1441 .spad_count = vntb_epf_spad_count,