Searched refs:enqueue_cmd (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 611 int (*enqueue_cmd)(struct bnx2x *bp, struct bnx2x_mcast_obj *o, member
|
D | bnx2x_sp.c | 4008 rc = o->enqueue_cmd(bp, p->mcast_obj, p, cmd); in bnx2x_config_mcast() 4090 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd; in bnx2x_init_mcast_obj() 4116 mcast_obj->enqueue_cmd = NULL; in bnx2x_init_mcast_obj() 4134 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd; in bnx2x_init_mcast_obj()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic.h | 1747 int (*enqueue_cmd) (struct qlcnic_adapter *, member
|
D | qlcnic_83xx_hw.c | 860 err = mbx->ops->enqueue_cmd(adapter, cmd, &timeout); in qlcnic_83xx_issue_cmd() 4153 .enqueue_cmd = qlcnic_83xx_enqueue_mbx_cmd,
|
D | qlcnic_sriov_common.c | 328 err = mbx->ops->enqueue_cmd(adapter, &cmd, &timeout); in qlcnic_sriov_post_bc_msg()
|