Searched refs:S1394_SELFID_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
108 kmem_free(hal->selfid_buf1, S1394_SELFID_BUF_SIZE); in s1394_cleanup_for_detach()110 kmem_free(hal->selfid_buf0, S1394_SELFID_BUF_SIZE); in s1394_cleanup_for_detach()
252 hal->selfid_buf0 = kmem_zalloc(S1394_SELFID_BUF_SIZE, KM_SLEEP); in h1394_attach()253 hal->selfid_buf1 = kmem_zalloc(S1394_SELFID_BUF_SIZE, KM_SLEEP); in h1394_attach()
58 #define S1394_SELFID_BUF_SIZE 8192 macro