Searched defs:add (Results 51 - 59 of 59) sorted by relevance

123

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c100 * bnx2x_exe_queue_add - add a new element to the execution queue
104 * @cmd: new command to add
132 /* If so, add it to the execution queue */
725 bool add, unsigned char *dev_addr, int index)
738 (add ? "ADD" : "DELETE"), index);
740 if (add) {
752 NIG_REG_LLH0_FUNC_MEM_ENABLE) + 4*index, add);
760 * @add: if true the command is an ADD command, DEL otherwise
766 struct bnx2x_vlan_mac_obj *o, bool add, int opcode,
778 if (add)
724 bnx2x_set_mac_in_nig(struct bnx2x *bp, bool add, unsigned char *dev_addr, int index) argument
765 bnx2x_vlan_mac_set_cmd_hdr_e2(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, bool add, int opcode, struct eth_classify_cmd_header *hdr) argument
815 bool add = (cmd == BNX2X_VLAN_MAC_ADD) ? true : false; local
914 bnx2x_vlan_mac_set_cfg_entry_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, bool add, int opcode, u8 *mac, u16 vlan_id, struct mac_configuration_entry *cfg_entry) argument
940 bnx2x_vlan_mac_set_rdata_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, int type, int cam_offset, bool add, u8 *mac, u16 vlan_id, int opcode, struct mac_configuration_cmd *config) argument
977 bool add = (elem->cmd_data.vlan_mac.cmd == BNX2X_VLAN_MAC_ADD) ? local
1000 bool add = (cmd == BNX2X_VLAN_MAC_ADD) ? true : false; local
[all...]
/drivers/net/ethernet/neterion/
H A Ds2io.c1199 void __iomem *add; local
1245 add = &bar0->mac_cfg;
1249 writel((u32)val64, add);
1251 writel((u32) (val64 >> 32), (add + 4));
1738 add = &bar0->mac_cfg;
1742 writel((u32) (val64), add);
1744 writel((u32) (val64 >> 32), (add + 4));
1748 add = &bar0->mac_cfg;
1755 writel((u32) (val64), add);
1757 writel((u32) (val64 >> 32), (add
4943 void __iomem *add; local
[all...]
/drivers/net/ethernet/toshiba/
H A Dtc35815.c1156 static void print_eth(const u8 *add) argument
1158 printk(KERN_DEBUG "print_eth(%p)\n", add);
1160 add + 6, add, add[12], add[13]);
1322 /*add to ring */
/drivers/net/wireless/ti/wlcore/
H A Dmain.c2378 bool add)
2387 if (add && !vif_counter_data.cur_vif_running)
2513 wl1271_debug(DEBUG_MAC80211, "mac80211 add interface type %d mac %pM",
3476 wl1271_error("Could not add or replace key");
4559 wl1271_debug(DEBUG_MAC80211, "mac80211 add chanctx %d (type %d)",
4784 wl1271_debug(DEBUG_MAC80211, "mac80211 add sta %d", (int)sta->aid);
2376 wl12xx_need_fw_change(struct wl1271 *wl, struct vif_counter_data vif_counter_data, bool add) argument
/drivers/usb/atm/
H A Dueagle-atm.c681 u16 add = get_unaligned_le16(pfw + 1); local
687 ret = uea_send_modem_cmd(usb, add, len, pfw + 3);
/drivers/net/ethernet/intel/igb/
H A Digb_main.c866 /* add q_vector eims value to global eims_enable_mask */
1122 /* if Tx handler is separate add 1 for every Tx queue */
1129 /* add 1 vector for link status interrupts */
1536 /* add VID to filter table */
2845 * igb_probe_vfs - Initialize vf data storage and add VFs to pci config space
4292 /* maybe add some timeout factor ? */
5751 static s32 igb_vlvf_set(struct igb_adapter *adapter, u32 vid, bool add, u32 vf) argument
5772 if (add) {
5790 /* add VID to filter table */
5915 int add local
[all...]
/drivers/net/wireless/iwlegacy/
H A D4965-mac.c1052 bool add)
1056 if (add)
3109 IL_ERR("Unable to add station %pM\n", addr);
3523 * il4965_alloc_bcast_station - add broadcast station into driver's station table.
4310 * SKBs that fail to Rx correctly, add them back into the
6039 D_INFO("received request to add station %pM\n", sta->addr);
6041 D_INFO("proceeding to add station %pM\n", sta->addr);
6049 IL_ERR("Unable to add station %pM (%d)\n", sta->addr, ret);
1051 il4965_manage_ibss_station(struct il_priv *il, struct ieee80211_vif *vif, bool add) argument
/drivers/net/ethernet/marvell/
H A Dmvpp2.c1074 unsigned int port, bool add)
1078 if (add)
1387 static void mvpp2_prs_mac_drop_all_set(struct mvpp2 *priv, int port, bool add) argument
1416 mvpp2_prs_tcam_port_set(&pe, port, add);
1422 static void mvpp2_prs_mac_promisc_set(struct mvpp2 *priv, int port, bool add) argument
1457 mvpp2_prs_tcam_port_set(&pe, port, add);
1464 bool add)
1506 mvpp2_prs_tcam_port_set(&pe, port, add);
1512 static void mvpp2_prs_dsa_tag_set(struct mvpp2 *priv, int port, bool add, argument
1565 mvpp2_prs_tcam_port_set(&pe, port, add);
1073 mvpp2_prs_tcam_port_set(struct mvpp2_prs_entry *pe, unsigned int port, bool add) argument
1463 mvpp2_prs_mac_multi_set(struct mvpp2 *priv, int port, int index, bool add) argument
1571 mvpp2_prs_dsa_tag_ethertype_set(struct mvpp2 *priv, int port, bool add, bool tagged, bool extend) argument
3010 mvpp2_prs_mac_da_accept(struct mvpp2 *priv, int port, const u8 *da, bool add) argument
[all...]
/drivers/video/fbdev/omap2/dss/
H A Ddsi.c2477 int add = 0; local
2489 if (add + size > 4) {
2495 v = FLD_VAL(add, 2, 0) | FLD_VAL(size, 7, 4);
2497 /*DSSDBG("TX FIFO vc %d: size %d, add %d\n", i, size, add); */
2498 add += size;
2510 int add = 0; local
2522 if (add + size > 4) {
2528 v = FLD_VAL(add, 2, 0) | FLD_VAL(size, 7, 4);
2530 /*DSSDBG("RX FIFO vc %d: size %d, add
[all...]

Completed in 392 milliseconds

123