Home
last modified time | relevance | path

Searched refs:hw_address (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/wireless/purelifi/plfxlc/
Dfirmware.c235 unsigned char *hw_address, in plfxlc_upload_mac_and_serial() argument
252 memcpy(hw_address, dma_buffer, ETH_ALEN); in plfxlc_upload_mac_and_serial()
272 dev_dbg(&intf->dev, "Mac: %pM\n", hw_address); in plfxlc_upload_mac_and_serial()
Dmac.h132 unsigned char hw_address[ETH_ALEN]; member
173 int plfxlc_mac_preinit_hw(struct ieee80211_hw *hw, const u8 *hw_address);
Dusb.c582 u8 hw_address[ETH_ALEN]; in probe() local
598 r = plfxlc_upload_mac_and_serial(intf, hw_address, serial_number); in probe()
607 r = plfxlc_mac_preinit_hw(hw, hw_address); in probe()
658 hw_address, ETH_ALEN, USB_REQ_MAC_WR); in probe()
Dusb.h195 unsigned char *hw_address,
Dmac.c80 int plfxlc_mac_preinit_hw(struct ieee80211_hw *hw, const u8 *hw_address) in plfxlc_mac_preinit_hw() argument
82 SET_IEEE80211_PERM_ADDR(hw, hw_address); in plfxlc_mac_preinit_hw()
/linux-5.19.10/Documentation/core-api/
Ddma-api.rst385 hw_address[i] = sg_dma_address(sg);
Ddma-api-howto.rst572 hw_address[i] = sg_dma_address(sg);