Home
last modified time | relevance | path

Searched refs:tsc_len (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhw.h43 const u8 *tsc, size_t tsc_len);
H A Dhw.c995 const u8 *tsc, size_t tsc_len) in __orinoco_hw_set_tkip_key() argument
1026 if (tsc_len > sizeof(buf.tsc)) in __orinoco_hw_set_tkip_key()
1027 tsc_len = sizeof(buf.tsc); in __orinoco_hw_set_tkip_key()
1036 memcpy(buf.tsc, tsc, tsc_len); in __orinoco_hw_set_tkip_key()