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

/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Doffchannel.h16 void (*tx_cb)(struct wpa_supplicant *wpa_s,
H A Doffchannel.c189 * @tx_cb: Callback function for indicating TX status or %NULL for now callback
202 void (*tx_cb)(struct wpa_supplicant *wpa_s,
215 wpa_s->pending_action_tx_status_cb = tx_cb;
/freebsd-10.2-release/sys/dev/fxp/
H A Dif_fxpvar.h126 struct fxp_cb_tx *tx_cb; member in struct:fxp_tx
H A Dif_fxp.c760 txp[i].tx_cb = tcbp + i;
1436 txp->tx_cb->ipcb_ip_activation_high =
1519 txp->tx_cb->ipcb_ip_schedule = FXP_IPCB_TCPUDP_CHECKSUM_ENABLE;
1521 txp->tx_cb->ipcb_ip_schedule |= FXP_IPCB_TCP_PACKET;
1555 txp->tx_cb->ipcb_ip_activation_high =
1557 txp->tx_cb->ipcb_ip_schedule |=
1592 cbp = txp->tx_cb;
1633 txp->tx_cb->ipcb_ip_activation_high |=
1638 txp->tx_cb->cb_status = 0;
1639 txp->tx_cb
[all...]

Completed in 28 milliseconds