Home
last modified time | relevance | path

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

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