• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/

Lines Matching refs:rx_list_sts

1132 				hw->rx_list_sts[0] &= ~rx_waiting_y_intr;
1139 hw->rx_list_sts[1] &= ~rx_waiting_y_intr;
1146 hw->rx_list_sts[0] &= ~rx_waiting_uv_intr;
1153 hw->rx_list_sts[1] &= ~rx_waiting_uv_intr;
1162 count, hw->rx_list_sts[0], hw->rx_list_sts[1]);
1183 if (sts_free != hw->rx_list_sts[hw->rx_list_post_index]) {
1200 hw->rx_list_sts[hw->rx_list_post_index] |= rx_waiting_y_intr;
1202 hw->rx_list_sts[hw->rx_list_post_index] |= rx_waiting_uv_intr;
1299 hw->rx_list_post_index, hw->rx_list_sts[0],
1300 hw->rx_list_sts[1], list_index,
1329 tmp_lsts = hw->rx_list_sts[0];
1334 hw->rx_list_sts[0] &= ~rx_waiting_y_intr;
1337 hw->rx_list_sts[0] &= ~rx_waiting_y_intr;
1342 hw->rx_list_sts[0] &= ~rx_y_mask;
1343 hw->rx_list_sts[0] |= rx_y_error;
1348 hw->rx_list_sts[0] &= ~rx_y_mask;
1349 hw->rx_list_sts[0] |= rx_y_error;
1356 hw->rx_list_sts[0] &= ~rx_waiting_uv_intr;
1359 hw->rx_list_sts[0] &= ~rx_waiting_uv_intr;
1364 hw->rx_list_sts[0] &= ~rx_uv_mask;
1365 hw->rx_list_sts[0] |= rx_uv_error;
1370 hw->rx_list_sts[0] &= ~rx_uv_mask;
1371 hw->rx_list_sts[0] |= rx_uv_error;
1385 return (tmp_lsts != hw->rx_list_sts[0]);
1397 tmp_lsts = hw->rx_list_sts[1];
1402 hw->rx_list_sts[1] &= ~rx_waiting_y_intr;
1405 hw->rx_list_sts[1] &= ~rx_waiting_y_intr;
1411 hw->rx_list_sts[1] &= ~rx_y_mask;
1412 hw->rx_list_sts[1] |= rx_y_error;
1417 hw->rx_list_sts[1] &= ~rx_y_mask;
1418 hw->rx_list_sts[1] |= rx_y_error;
1425 hw->rx_list_sts[1] &= ~rx_waiting_uv_intr;
1428 hw->rx_list_sts[1] &= ~rx_waiting_uv_intr;
1434 hw->rx_list_sts[1] &= ~rx_uv_mask;
1435 hw->rx_list_sts[1] |= rx_uv_error;
1440 hw->rx_list_sts[1] &= ~rx_uv_mask;
1441 hw->rx_list_sts[1] |= rx_uv_error;
1455 return (tmp_lsts != hw->rx_list_sts[1]);
1486 switch (hw->rx_list_sts[i]) {
1501 hw->rx_list_sts[i] = sts_free;
1521 if ((hw->rx_list_sts[0] == sts_free) &&
1522 (hw->rx_list_sts[1] == sts_free))
2254 if ((hw->rx_list_sts[0] == sts_free) &&
2255 (hw->rx_list_sts[1] == sts_free))