Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dncr53c8xx.c204 } m_link_s; typedef
233 m_link_s *h = mp->h; in ___m_alloc()
246 h[j].next = (m_link_s *)mp->getp(mp); in ___m_alloc()
260 h[j].next = (m_link_s *) (a+s); in ___m_alloc()
274 m_link_s *q; in ___m_free()
276 m_link_s *h = mp->h; in ___m_free()
301 while (q->next && q->next != (m_link_s *) b) { in ___m_free()
305 ((m_link_s *) a)->next = h[i].next; in ___m_free()
306 h[i].next = (m_link_s *) a; in ___m_free()