Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c211 u32 iso_cpl_len = 0; in cxgbit_push_tx_frames() local
214 iso_cpl_len = sizeof(struct cpl_tx_data_iso); in cxgbit_push_tx_frames()
217 credits_needed = DIV_ROUND_UP(dlen + iso_cpl_len, 16); in cxgbit_push_tx_frames()
221 iso_cpl_len, 16); in cxgbit_push_tx_frames()
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c785 u32 iso_cpl_len = 0; in push_tx_frames() local
791 iso_cpl_len = sizeof(struct cpl_tx_data_iso); in push_tx_frames()
794 credits_needed = DIV_ROUND_UP(dlen + iso_cpl_len, 16); in push_tx_frames()
798 iso_cpl_len, 16); in push_tx_frames()