Home
last modified time | relevance | path

Searched refs:cmd_pos (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2966 cmd_pos->done = true; in bnx2x_mcast_hdl_pending_add_e2()
2996 cmd_pos->done = true; in bnx2x_mcast_hdl_pending_del_e2()
3003 cmd_pos->data.next_bin = o->hdl_restore(bp, o, cmd_pos->data.next_bin, in bnx2x_mcast_hdl_pending_restore_e2()
3008 cmd_pos->done = true; in bnx2x_mcast_hdl_pending_restore_e2()
3115 cmd_pos->done = true; in bnx2x_mcast_hdl_pending_set_e2()
3127 switch (cmd_pos->type) { in bnx2x_mcast_handle_pending_cmds_e2()
3153 if (cmd_pos->done) { in bnx2x_mcast_handle_pending_cmds_e2()
3156 kfree(cmd_pos); in bnx2x_mcast_handle_pending_cmds_e2()
3766 switch (cmd_pos->type) { in bnx2x_mcast_handle_pending_cmds_e1()
3793 list_del(&cmd_pos->link); in bnx2x_mcast_handle_pending_cmds_e1()
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx-gen2.c1214 int i, cmd_pos, idx; in iwl_pcie_gen2_enqueue_hcmd() local
1329 cmd_pos = sizeof(struct iwl_cmd_header_wide); in iwl_pcie_gen2_enqueue_hcmd()
1344 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); in iwl_pcie_gen2_enqueue_hcmd()
1345 cmd_pos += copy; in iwl_pcie_gen2_enqueue_hcmd()
1355 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_gen2_enqueue_hcmd()
1357 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); in iwl_pcie_gen2_enqueue_hcmd()
1358 cmd_pos += copy; in iwl_pcie_gen2_enqueue_hcmd()
H A Dtx.c1359 u32 cmd_pos; in iwl_pcie_enqueue_hcmd() local
1481 cmd_pos = sizeof(struct iwl_cmd_header_wide); in iwl_pcie_enqueue_hcmd()
1490 cmd_pos = sizeof(struct iwl_cmd_header); in iwl_pcie_enqueue_hcmd()
1506 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); in iwl_pcie_enqueue_hcmd()
1507 cmd_pos += copy; in iwl_pcie_enqueue_hcmd()
1517 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_enqueue_hcmd()
1519 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); in iwl_pcie_enqueue_hcmd()
1520 cmd_pos += copy; in iwl_pcie_enqueue_hcmd()