Lines Matching defs:add

327  * ecore_exe_queue_add - add a new element to the execution queue
331 * @cmd: new command to add
359 /* If so, add it to the execution queue */
1092 BOOL add, unsigned char *dev_addr, int index)
1105 (add ? "ADD" : "DELETE"), index);
1107 if (add) {
1119 NIG_REG_LLH0_FUNC_MEM_ENABLE) + 4*index, add);
1127 * @add: if TRUE the command is an ADD command, DEL otherwise
1133 struct ecore_vlan_mac_obj *o, BOOL add, int opcode,
1145 if (add)
1182 BOOL add = (cmd == ECORE_VLAN_MAC_ADD) ? TRUE : FALSE;
1205 ecore_set_mac_in_nig(pdev, add, mac,
1208 ecore_set_mac_in_nig(pdev, add, mac,
1217 ecore_vlan_mac_set_cmd_hdr_e2(pdev, o, add, CLASSIFY_RULE_OPCODE_MAC,
1221 (add ? "add" : "delete"), mac[0], mac[1], mac[2], mac[3], mac[4], mac[5], raw->cl_id);
1230 /* MOVE: Add a rule that will add this MAC to the target Queue */
1282 struct ecore_vlan_mac_obj *o, BOOL add, int opcode, u8 *mac,
1292 if (add) {
1311 struct ecore_vlan_mac_obj *o, int type, int cam_offset, BOOL add,
1319 ecore_vlan_mac_set_cfg_entry_e1x(pdev, o, add, opcode, mac, vlan_id,
1323 (add ? "setting" : "clearing"),
1347 BOOL add = (elem->cmd_data.vlan_mac.cmd == ECORE_VLAN_MAC_ADD) ?
1354 cam_offset, add,
1370 BOOL add = (cmd == ECORE_VLAN_MAC_ADD) ? TRUE : FALSE;
1378 ecore_vlan_mac_set_cmd_hdr_e2(pdev, o, add, CLASSIFY_RULE_OPCODE_VLAN,
1381 ECORE_MSG(pdev, "About to %s VLAN %d\n", (add ? "add" : "delete"),
1387 /* MOVE: Add a rule that will add this MAC to the target Queue */
1420 BOOL add = (cmd == ECORE_VLAN_MAC_ADD) ? TRUE : FALSE;
1429 ecore_vlan_mac_set_cmd_hdr_e2(pdev, o, add, CLASSIFY_RULE_OPCODE_PAIR,
1439 /* MOVE: Add a rule that will add this MAC to the target Queue */
1486 BOOL add = (elem->cmd_data.vlan_mac.cmd == ECORE_VLAN_MAC_ADD) ?
1493 cam_offset, add,
2103 /* We will add to the target object in MOVE command, so
2227 /* Try to add a new command to the pending list */
2384 ECORE_ERR("Failed to add a new DEL command\n");
3927 * and update the registry correspondingly: if ADD - allocate a memory and add
4273 * atomic_add_ifless - add if the result is less than a given value.
4276 * @a: the amount to add to v...
4377 /* Find "internal cam-offset" then add to base for this object... */
5501 * doesn't automatically add the PF func-id, this is required