Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c41 #define FC_SRB_DISCONTIG (1 << 4) /* non-sequential data recvd */ macro
519 fsp->state |= FC_SRB_DISCONTIG; in fc_fcp_recv_data()
550 if (fsp->state & FC_SRB_DISCONTIG) { in fc_fcp_recv_data()