Home
last modified time | relevance | path

Searched refs:tx_cb (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/fxp/
H A Dif_fxp.c753 txp[i].tx_cb = tcbp + i; in fxp_attach()
1426 txp->tx_cb->ipcb_ip_activation_high = in fxp_encap()
1509 txp->tx_cb->ipcb_ip_schedule = FXP_IPCB_TCPUDP_CHECKSUM_ENABLE; in fxp_encap()
1511 txp->tx_cb->ipcb_ip_schedule |= FXP_IPCB_TCP_PACKET; in fxp_encap()
1545 txp->tx_cb->ipcb_ip_activation_high = in fxp_encap()
1547 txp->tx_cb->ipcb_ip_schedule |= in fxp_encap()
1582 cbp = txp->tx_cb; in fxp_encap()
1623 txp->tx_cb->ipcb_ip_activation_high |= in fxp_encap()
1628 txp->tx_cb->cb_status = 0; in fxp_encap()
1629 txp->tx_cb->byte_count = 0; in fxp_encap()
[all …]
H A Dif_fxpvar.h126 struct fxp_cb_tx *tx_cb; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Doffchannel.h16 void (*tx_cb)(struct wpa_supplicant *wpa_s,
H A Doffchannel.c262 void (*tx_cb)(struct wpa_supplicant *wpa_s, in offchannel_send_action()
275 wpa_s->pending_action_tx_status_cb = tx_cb; in offchannel_send_action()