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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c212 } m_link_s; typedef in typeref:struct:m_link
241 m_link_s *h = mp->h;
254 h[j].next = (m_link_s *)mp->getp(mp);
268 h[j].next = (m_link_s *) (a+s);
282 m_link_s *q;
284 m_link_s *h = mp->h;
309 while (q->next && q->next != (m_link_s *) b) {
313 ((m_link_s *) a)->next = h[i].next;
314 h[i].next = (m_link_s *) a;

Completed in 42 milliseconds