Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/fxp/
H A Dif_fxp.c753 txp[i].tx_cb = tcbp + i; in fxp_attach()
1428 txp->tx_cb->ipcb_ip_activation_high = in fxp_encap()
1549 txp->tx_cb->ipcb_ip_schedule |= in fxp_encap()
1584 cbp = txp->tx_cb; in fxp_encap()
1625 txp->tx_cb->ipcb_ip_activation_high |= in fxp_encap()
1630 txp->tx_cb->cb_status = 0; in fxp_encap()
1631 txp->tx_cb->byte_count = 0; in fxp_encap()
1633 txp->tx_cb->cb_command = in fxp_encap()
1637 txp->tx_cb->cb_command = in fxp_encap()
1763 txp->tx_cb->tbd[0].tb_addr = 0; in fxp_txeof()
[all …]
H A Dif_fxpvar.h126 struct fxp_cb_tx *tx_cb; member
/freebsd-14.2/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()