Searched refs:cmd_pos (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | tx-gen2.c | 1214 int i, cmd_pos, idx; 1327 cmd_pos = sizeof(struct iwl_cmd_header_wide); 1342 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); 1343 cmd_pos += copy; 1353 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); 1355 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); 1356 cmd_pos += copy; 38 int i, cmd_pos, idx; iwl_pcie_gen2_enqueue_hcmd() local
|
H A D | tx.c | 1366 u32 cmd_pos; in iwl_fill_data_tbs_amsdu() 1486 cmd_pos = sizeof(struct iwl_cmd_header_wide); in iwl_trans_pcie_tx() 1495 cmd_pos = sizeof(struct iwl_cmd_header); in iwl_trans_pcie_tx() 1511 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); in iwl_trans_pcie_tx() 1512 cmd_pos += copy; in iwl_trans_pcie_tx() 1522 copy = min_t(int, TFD_MAX_PAYLOAD_SIZE - cmd_pos, cmd->len[i]); in iwl_trans_pcie_tx() 1524 memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); in iwl_trans_pcie_tx() 1525 cmd_pos += copy; in iwl_trans_pcie_tx() 919 u32 cmd_pos; iwl_pcie_enqueue_hcmd() local
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_sp.c | 3090 struct ecore_mcast_obj *o, struct ecore_pending_mcast_cmd *cmd_pos, in ecore_mcast_hdl_pending_add_e2() argument 3098 &cmd_pos->data.macs_head, link, struct ecore_mcast_mac_elem) { in ecore_mcast_hdl_pending_add_e2() 3101 o->set_one_rule(sc, o, cnt, &cfg_data, cmd_pos->type); in ecore_mcast_hdl_pending_add_e2() 3109 &cmd_pos->data.macs_head); in ecore_mcast_hdl_pending_add_e2() 3121 if (ECORE_LIST_IS_EMPTY(&cmd_pos->data.macs_head)) in ecore_mcast_hdl_pending_add_e2() 3122 cmd_pos->done = TRUE; in ecore_mcast_hdl_pending_add_e2() 3126 struct ecore_mcast_obj *o, struct ecore_pending_mcast_cmd *cmd_pos, in ecore_mcast_hdl_pending_del_e2() argument 3131 while (cmd_pos->data.macs_num) { in ecore_mcast_hdl_pending_del_e2() 3132 o->set_one_rule(sc, o, cnt, NULL, cmd_pos->type); in ecore_mcast_hdl_pending_del_e2() 3136 cmd_pos->data.macs_num--; in ecore_mcast_hdl_pending_del_e2() [all …]
|