Home
last modified time | relevance | path

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

/drivers/target/tcm_fc/
Dtfc_cmd.c181 struct fcp_txrdy *txrdy; in ft_write_pending() local
193 fp = fc_frame_alloc(lport, sizeof(*txrdy)); in ft_write_pending()
197 txrdy = fc_frame_payload_get(fp, sizeof(*txrdy)); in ft_write_pending()
198 memset(txrdy, 0, sizeof(*txrdy)); in ft_write_pending()
199 txrdy->ft_burst_len = htonl(se_cmd->data_length); in ft_write_pending()
/drivers/scsi/fnic/
Dfcpio.h469 struct fcpio_txrdy txrdy; member