Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dncr53c8xx.c199 } m_link_s; typedef
228 m_link_s *h = mp->h; in ___m_alloc()
241 h[j].next = (m_link_s *)mp->getp(mp); in ___m_alloc()
255 h[j].next = (m_link_s *) (a+s); in ___m_alloc()
269 m_link_s *q; in ___m_free()
271 m_link_s *h = mp->h; in ___m_free()
296 while (q->next && q->next != (m_link_s *) b) { in ___m_free()
300 ((m_link_s *) a)->next = h[i].next; in ___m_free()
301 h[i].next = (m_link_s *) a; in ___m_free()