Lines Matching refs:status
233 static int mv88e6xxx_ts_valid(u16 status)
235 if (!(status & MV88E6XXX_PTP_TS_VALID))
237 if (status & MV88E6XXX_PTP_TS_STATUS_MASK)
257 u16 buf[4] = { 0 }, status, seq_id;
277 status = buf[0];
282 if (status & MV88E6XXX_PTP_TS_VALID) {
287 pr_err("failed to clear the receive status\n");
293 if (mv88e6xxx_ts_valid(status) && seq_match(skb, seq_id)) {
302 status &= ~MV88E6XXX_PTP_TS_VALID;
365 u16 departure_block[4], status;
403 status = departure_block[0] & MV88E6XXX_PTP_TS_STATUS_MASK;
404 if (status != MV88E6XXX_PTP_TS_STATUS_NORMAL) {
422 "p%d: txtstamp %llx status 0x%04x skb ID 0x%04x hw ID 0x%04x\n",