usbnet.c | 701 usbnet_tx_list_size(struct usbnet_cdata * const cd, struct usbnet * const un) function in typeref:typename:size_t 711 cd->uncd_tx_chain = kmem_zalloc(usbnet_tx_list_size(cd, un), KM_SLEEP); 720 kmem_free(cd->uncd_tx_chain, usbnet_tx_list_size(cd, un));
|