HomeSort by: relevance | last modified time | path
    Searched defs:ccsindex (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pcmcia/
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);
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);

Completed in 24 milliseconds