Searched refs:iso_tx_rsvd (Results 1 – 1 of 1) sorted by relevance
1898 u32 iso_tx_rsvd = 0, local_iso_info = 0; in cxgbi_conn_alloc_pdu() local1972 iso_tx_rsvd = cdev->skb_iso_txhdr; in cxgbi_conn_alloc_pdu()2016 iso_tx_rsvd + headroom, GFP_ATOMIC); in cxgbi_conn_alloc_pdu()2025 iso_tx_rsvd); in cxgbi_conn_alloc_pdu()2040 if (iso_tx_rsvd) in cxgbi_conn_alloc_pdu()2279 u32 iso_tx_rsvd = 0; in cxgbi_sock_tx_queue_up() local2305 iso_tx_rsvd = cdev->skb_iso_txhdr; in cxgbi_sock_tx_queue_up()2307 if (unlikely(skb_headroom(skb) < (cdev->skb_tx_rsvd + iso_tx_rsvd))) { in cxgbi_sock_tx_queue_up()