Home
last modified time | relevance | path

Searched refs:tcbp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/fxp/
H A Dif_fxp.c427 struct fxp_cb_tx *tcbp; in fxp_attach() local
751 tcbp = sc->fxp_desc.cbl_list; in fxp_attach()
753 txp[i].tx_cb = tcbp + i; in fxp_attach()
2267 struct fxp_cb_tx *tcbp; in fxp_init_body() local
2502 tcbp = sc->fxp_desc.cbl_list; in fxp_init_body()
2503 bzero(tcbp, FXP_TXCB_SZ); in fxp_init_body()
2506 tcbp[i].cb_status = htole16(FXP_CB_STATUS_C | FXP_CB_STATUS_OK); in fxp_init_body()
2507 tcbp[i].cb_command = htole16(FXP_CB_COMMAND_NOP); in fxp_init_body()
2508 tcbp[i].link_addr = htole32(sc->fxp_desc.cbl_addr + in fxp_init_body()
2511 tcbp[i].tbd_array_addr = in fxp_init_body()
[all …]
/freebsd/sbin/ipf/ipsend/
H A Diptests.c1049 struct tcpcb *tcbp, tcb; in ip_test5() local
1080 if (!(tcbp = find_tcp(fd, &ti))) { in ip_test5()
1084 KMCPY(&tcb, tcbp, sizeof(tcb)); in ip_test5()