Home
last modified time | relevance | path

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

/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c49 u32 iso_len = iso ? sizeof(struct cpl_tx_data_iso) : 0; in __cxgbit_alloc_skb() local
51 skb = alloc_skb(hdr_len + iso_len, GFP_KERNEL); in __cxgbit_alloc_skb()
55 skb_reserve(skb, TX_HDR_LEN + iso_len); in __cxgbit_alloc_skb()
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c439 u32 iso_len = iso_language_code ? strlen(iso_language_code) : 0; in vidtv_psi_short_event_desc_init() local
459 if (iso_len != ISO_LANGUAGE_CODE_LEN) in vidtv_psi_short_event_desc_init()