Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c2930 libipw_txb_free(packet->info.d_struct.txb); in __ipw2100_tx_process()
2931 packet->info.d_struct.txb = NULL; in __ipw2100_tx_process()
3086 if (unlikely(1 + packet->info.d_struct.txb->nr_frags > in ipw2100_tx_send_data()
3095 if (txq->available <= 3 + packet->info.d_struct.txb->nr_frags) { in ipw2100_tx_send_data()
3107 ipw_hdr = packet->info.d_struct.data; in ipw2100_tx_send_data()
3108 hdr = (struct libipw_hdr_3addr *)packet->info.d_struct.txb-> in ipw2100_tx_send_data()
3128 ipw_hdr->encrypted = packet->info.d_struct.txb->encrypted; in ipw2100_tx_send_data()
3129 if (packet->info.d_struct.txb->nr_frags > 1) in ipw2100_tx_send_data()
3131 packet->info.d_struct.txb->frag_size - in ipw2100_tx_send_data()
3136 tbd->host_addr = packet->info.d_struct.data_phys; in ipw2100_tx_send_data()
[all …]
Dipw2100.h324 } d_struct; member