FC_SOF_N3
if ((sof != FC_SOF_I3) && (sof != FC_SOF_N3)) {
case FC_SOF_N3:
rc = efct_hw_send_frame(&efct->hw, (void *)&hdr, FC_SOF_N3,
} else if (fr_sof(fp) == FC_SOF_N3 && seq_cnt == disc->seq_count) {
fr_sof(fp) = seq_cnt ? FC_SOF_N3 : FC_SOF_I3;
return class + FC_SOF_N3 - FC_SOF_I3; /* diff is always 8 */