Lines Matching refs:status
89 if (!stat->status) in slic_next_compl_idx()
95 stat->status = 0; in slic_next_compl_idx()
431 desc->status = 0; in slic_refill_rx_queue()
458 u32 status; in slic_handle_frame_error() local
461 status = le32_to_cpu(info->frame_status); in slic_handle_frame_error()
466 if (status & SLIC_VRHSTAT_TPOFLO) in slic_handle_frame_error()
488 if (status & SLIC_VRHSTAT_802OE) in slic_handle_frame_error()
496 u32 status; in slic_handle_frame_error() local
499 status = le32_to_cpu(info->frame_status); in slic_handle_frame_error()
501 if (status & SLIC_VGBSTAT_XPERR) { in slic_handle_frame_error()
502 u32 xerr = status >> SLIC_VGBSTAT_XERRSHFT; in slic_handle_frame_error()
512 if (status & SLIC_VGBSTAT_NETERR) { in slic_handle_frame_error()
513 u32 nerr = status >> SLIC_VGBSTAT_NERRSHFT & in slic_handle_frame_error()
524 if (status & SLIC_VGBSTAT_LNKERR) { in slic_handle_frame_error()
525 u32 lerr = status & SLIC_VGBSTAT_LERRMSK; in slic_handle_frame_error()
556 u32 status; in slic_handle_receive() local
573 status = le32_to_cpu(desc->status); in slic_handle_receive()
574 if (!(status & SLIC_IRHDDR_SVALID)) { in slic_handle_receive()
594 if (unlikely(status & SLIC_IRHDDR_ERR)) { in slic_handle_receive()