Searched refs:last_frames (Results 1 – 1 of 1) sorted by relevance
121 void *last_frames; member618 memset(op->last_frames, 0, op->nframes * op->cfsiz); in bcm_rx_timeout_handler()643 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush()797 if ((op->last_frames) && (op->last_frames != &op->last_sframe)) in bcm_free_op_rcu()798 kfree(op->last_frames); in bcm_free_op_rcu()1053 op->last_frames = NULL; in bcm_tx_setup()1188 op->last_frames = kcalloc(msg_head->nframes, in bcm_rx_setup()1191 if (!op->last_frames) { in bcm_rx_setup()1199 op->last_frames = &op->last_sframe; in bcm_rx_setup()1208 if (op->last_frames != &op->last_sframe) in bcm_rx_setup()[all …]