Lines Matching defs:list
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
47 #include <linux/list.h>
102 struct list_head list;
208 list_for_each_entry(op, &bo->rx_ops, list) {
243 list_for_each_entry(op, &bo->tx_ops, list) {
719 list_for_each_entry(op, ops, list) {
770 list_for_each_entry_safe(op, n, ops, list) {
804 list_del(&op->list);
821 list_for_each_entry_safe(op, n, ops, list) {
824 list_del(&op->list);
980 /* add this bcm_op to the list of the tx_ops */
981 list_add(&op->list, &bo->tx_ops);
1161 /* add this bcm_op to the list of the rx_ops */
1162 list_add(&op->list, &bo->rx_ops);
1237 list_del(&op->list);
1425 list_for_each_entry(op, &bo->rx_ops, list)
1535 list_for_each_entry_safe(op, next, &bo->tx_ops, list)
1538 list_for_each_entry_safe(op, next, &bo->rx_ops, list) {
1567 list_for_each_entry_safe(op, next, &bo->rx_ops, list)