Searched refs:bbuf (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/storage/ |
| H A D | ene_ub6250.c | 434 u8 *bbuf; member 487 kfree(info->bbuf); in ene_ub6250_info_destructor() 875 u8 *bbuf = info->bbuf; in ms_read_readpage() local 916 result = ene_send_scsi_cmd(us, FDIR_READ, bbuf, 0); in ms_read_readpage() 925 ExtraDat->ovrflg = bbuf[0]; in ms_read_readpage() 926 ExtraDat->mngflg = bbuf[1]; in ms_read_readpage() 927 ExtraDat->logadr = memstick_logaddr(bbuf[2], bbuf[3]); in ms_read_readpage() 1351 u8 *bbuf = info->bbuf; in ms_lib_read_extra() local 1366 result = ene_send_scsi_cmd(us, FDIR_READ, bbuf, 0); in ms_lib_read_extra() 1374 ExtraDat->ovrflg = bbuf[0]; in ms_lib_read_extra() [all …]
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | mac80211-ops.c | 123 avf->bbuf = list_first_entry(&ah->bcbuf, struct ath5k_buf, in ath5k_add_interface() 125 list_del(&avf->bbuf->list); in ath5k_add_interface() 168 if (avf->bbuf) { in ath5k_remove_interface() 169 ath5k_txbuf_free_skb(ah, avf->bbuf); in ath5k_remove_interface() 170 list_add_tail(&avf->bbuf->list, &ah->bcbuf); in ath5k_remove_interface() 177 avf->bbuf = NULL; in ath5k_remove_interface()
|
| H A D | base.h | 77 struct ath5k_buf *bbuf; /* beacon buffer */ member
|
| H A D | base.c | 1958 ath5k_txbuf_free_skb(ah, avf->bbuf); in ath5k_beacon_update() 1959 avf->bbuf->skb = skb; in ath5k_beacon_update() 1960 ret = ath5k_beacon_setup(ah, avf->bbuf); in ath5k_beacon_update() 2029 bf = avf->bbuf; in ath5k_beacon_send()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | xmit.c | 2842 error = ath_descdma_setup(sc, &sc->beacon.bdma, &sc->beacon.bbuf, in ath_tx_init()
|