pending_cmds_head 2760 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	list_add_tail(&new_cmd->link, &o->pending_cmds_head);
pending_cmds_head 3123 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	list_for_each_entry_safe(cmd_pos, cmd_pos_n, &o->pending_cmds_head,
pending_cmds_head 3387 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	if (list_empty(&o->pending_cmds_head))
pending_cmds_head 3757 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	if (list_empty(&o->pending_cmds_head))
pending_cmds_head 3761 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	cmd_pos = list_first_entry(&o->pending_cmds_head,
pending_cmds_head 3898 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	if (list_empty(&o->pending_cmds_head))
pending_cmds_head 4079 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c 	INIT_LIST_HEAD(&mcast_obj->pending_cmds_head);
pending_cmds_head  575 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h 	struct list_head pending_cmds_head;