Searched refs:cmd_pos (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sp.c | 2933 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_add_e2() argument 2940 list_for_each_entry_safe(pmac_pos, pmac_pos_n, &cmd_pos->data.macs_head, in bnx2x_mcast_hdl_pending_add_e2() 2944 o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type); in bnx2x_mcast_hdl_pending_add_e2() 2963 if (list_empty(&cmd_pos->data.macs_head)) in bnx2x_mcast_hdl_pending_add_e2() 2964 cmd_pos->done = true; in bnx2x_mcast_hdl_pending_add_e2() 2968 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_del_e2() argument 2973 while (cmd_pos->data.macs_num) { in bnx2x_mcast_hdl_pending_del_e2() 2974 o->set_one_rule(bp, o, cnt, NULL, cmd_pos->type); in bnx2x_mcast_hdl_pending_del_e2() 2978 cmd_pos->data.macs_num--; in bnx2x_mcast_hdl_pending_del_e2() 2981 cmd_pos->data.macs_num, cnt); in bnx2x_mcast_hdl_pending_del_e2() [all …]
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ |
| D | tx-gen2.c | 678 int i, cmd_pos, idx; in iwl_pcie_gen2_enqueue_hcmd() local 787 cmd_pos = sizeof(struct iwl_cmd_header_wide); in iwl_pcie_gen2_enqueue_hcmd() 802 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); in iwl_pcie_gen2_enqueue_hcmd() 803 cmd_pos += copy; in iwl_pcie_gen2_enqueue_hcmd() 813 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_gen2_enqueue_hcmd() 815 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); in iwl_pcie_gen2_enqueue_hcmd() 816 cmd_pos += copy; in iwl_pcie_gen2_enqueue_hcmd()
|
| D | tx.c | 1539 u32 cmd_pos; in iwl_pcie_enqueue_hcmd() local 1657 cmd_pos = sizeof(struct iwl_cmd_header_wide); in iwl_pcie_enqueue_hcmd() 1666 cmd_pos = sizeof(struct iwl_cmd_header); in iwl_pcie_enqueue_hcmd() 1682 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); in iwl_pcie_enqueue_hcmd() 1683 cmd_pos += copy; in iwl_pcie_enqueue_hcmd() 1693 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_pcie_enqueue_hcmd() 1695 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); in iwl_pcie_enqueue_hcmd() 1696 cmd_pos += copy; in iwl_pcie_enqueue_hcmd()
|