Searched refs:fragno (Results 1 – 2 of 2) sorted by relevance
232 int fragno; member250 BUG_ON(desc->fragno > 3); in encryptor()260 sg_set_page(&desc->infrags[desc->fragno], in_page, sg->length, in encryptor()262 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length, in encryptor()264 desc->fragno++; in encryptor()274 sg_mark_end(&desc->infrags[desc->fragno - 1]); in encryptor()275 sg_mark_end(&desc->outfrags[desc->fragno - 1]); in encryptor()292 desc->fragno = 1; in encryptor()295 desc->fragno = 0; in encryptor()305 int fragno; member[all …]
2222 int fragno; in ath_tx_setup_buffer() local2234 fragno = le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG; in ath_tx_setup_buffer()2238 if (fragno) in ath_tx_setup_buffer()2239 hdr->seq_ctrl |= cpu_to_le16(fragno); in ath_tx_setup_buffer()