if_ray.c | 1566 int ccsindex; local in function:ray_send_auth 1568 ccsindex = ray_find_free_tx_ccs(sc, RAY_CCS_TX_FIRST); 1569 if (ccsindex == RAY_CCS_LINK_NULL) { 1575 bufp = ray_fill_in_tx_ccs(sc, sizeof(packet), ccsindex, 1591 SRAM_WRITE_1(sc, RAY_SCB_CCSI, ccsindex);
|