skip_ofst 478 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h unsigned char skip_ofst; skip_ofst 1338 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c if (tp.skip_ofst * 8 >= TRACE_LEN) { skip_ofst 1359 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c if (tp.skip_ofst) { skip_ofst 1361 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c for (i = 0; i < tp.skip_ofst * 2; i += 2) skip_ofst 1364 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c for (i = 0; i < tp.skip_ofst * 2; i += 2) skip_ofst 1370 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c for (i = tp.skip_ofst * 2; i < TRACE_LEN / 4; i += 2) skip_ofst 1373 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c for (i = tp.skip_ofst * 2; i < TRACE_LEN / 4; i += 2) skip_ofst 1375 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c seq_printf(seq, "@%u\n", (tp.skip_ofst + tp.skip_len) * 8); skip_ofst 1543 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c tp.skip_ofst = i / 16; skip_ofst 1584 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c if (j < tp.skip_ofst) /* overlaps earlier pattern */ skip_ofst 1586 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c if (j - tp.skip_ofst > 31) /* skip too big */ skip_ofst 1588 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c tp.skip_len = j - tp.skip_ofst; skip_ofst 5981 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c tp->skip_len > TFLENGTH_M || tp->skip_ofst > TFOFFSET_M || skip_ofst 6000 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c TFOFFSET_V(tp->skip_ofst) | TFLENGTH_V(tp->skip_len) | skip_ofst 6039 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c tp->skip_ofst = TFOFFSET_G(ctla);