Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/fc/
Diph5526.c366 fi->q.tachyon_header_indx = 0;
2779 fi->g.odb.hdr_addr = htonl(virt_to_bus(fi->q.ptr_tachyon_header[fi->q.tachyon_header_indx]));
2906 fi->q.tachyon_header_indx++;
2907 if (fi->q.tachyon_header_indx == NO_OF_TACH_HEADERS)
2908 fi->q.tachyon_header_indx = 0;
3245 memcpy(fi->q.ptr_tachyon_header[fi->q.tachyon_header_indx], &(fi->g.tach_header), h_size);
3248 …memcpy(fi->q.ptr_tachyon_header[fi->q.tachyon_header_indx], &(fi->g.tach_header), TACHYON_HEADER_L…
3304 u_int *tach_header, initial_indx = fi->q.tachyon_header_indx;
3310 tach_header = fi->q.ptr_tachyon_header[fi->q.tachyon_header_indx];
3317 if (fi->q.tachyon_header_indx == initial_indx) {
[all …]
Dtach_structs.h348 u_int tachyon_header_indx; member