Searched refs:ctxt (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/network/ping/
H A Dping6.c2747 MD5_CTX ctxt; local
2770 memset(&ctxt, 0, sizeof(ctxt));
2771 MD5Init(&ctxt);
2773 MD5Update(&ctxt, &c, sizeof(c));
2774 MD5Update(&ctxt, (unsigned char *)name, l);
2775 MD5Final(digest, &ctxt);
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c5592 iwx_phy_ctxt_cmd_uhb_v3_v4(struct iwx_softc *sc, struct iwx_phy_ctxt *ctxt, argument
5599 struct ieee80211_channel *chan = ctxt->channel;
5602 cmd.id_and_color = htole32(IWX_FW_CMD_ID_AND_COLOR(ctxt->id,
5603 ctxt->color));
5606 if (IEEE80211_IS_CHAN_2GHZ(ctxt->channel) ||
5652 iwx_phy_ctxt_cmd_v3_v4(struct iwx_softc *sc, struct iwx_phy_ctxt *ctxt, argument
5659 struct ieee80211_channel *chan = ctxt->channel;
5662 cmd.id_and_color = htole32(IWX_FW_CMD_ID_AND_COLOR(ctxt->id,
5663 ctxt->color));
5666 if (IEEE80211_IS_CHAN_2GHZ(ctxt
5712 iwx_phy_ctxt_cmd(struct iwx_softc *sc, struct iwx_phy_ctxt *ctxt, uint8_t chains_static, uint8_t chains_dynamic, uint32_t action, uint32_t apply_time, uint8_t sco, uint8_t vht_chan_width) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c6117 iwm_phy_ctxt_cmd_hdr(struct iwm_softc *sc, struct iwm_phy_ctxt *ctxt, argument
6122 cmd->id_and_color = htole32(IWM_FW_CMD_ID_AND_COLOR(ctxt->id,
6123 ctxt->color));
6206 iwm_phy_ctxt_cmd_uhb(struct iwm_softc *sc, struct iwm_phy_ctxt *ctxt, argument
6213 struct ieee80211_channel *chan = ctxt->channel;
6216 cmd.id_and_color = htole32(IWM_FW_CMD_ID_AND_COLOR(ctxt->id,
6217 ctxt->color));
6258 iwm_phy_ctxt_cmd(struct iwm_softc *sc, struct iwm_phy_ctxt *ctxt, argument
6272 return iwm_phy_ctxt_cmd_uhb(sc, ctxt, chains_static,
6275 iwm_phy_ctxt_cmd_hdr(sc, ctxt,
[all...]

Completed in 108 milliseconds