Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/fc/
Dtach_structs.h294 u_int *host_ocq_cons_indx, *host_hpcq_cons_indx, *host_imq_prod_indx; member
Diph5526.c522 fi->q.host_imq_prod_indx = kmalloc(2*32, GFP_KERNEL);
523 if (fi->q.host_imq_prod_indx == NULL){
527 fi->q.ptr_host_imq_prod_indx = fi->q.host_imq_prod_indx;
528 if ((u_long)(fi->q.host_imq_prod_indx) % 32)
529 fi->q.host_imq_prod_indx++;
570 *(fi->q.host_imq_prod_indx) = 0;
574 bus_indx_addr = virt_to_bus(fi->q.host_imq_prod_indx);
648 if (fi->q.host_imq_prod_indx != NULL) {
649 current_IMQ_index = ntohl(*(fi->q.host_imq_prod_indx));
686 current_IMQ_index = ntohl(*(fi->q.host_imq_prod_indx));
[all …]