Searched refs:ipa (Results 1 - 8 of 8) sorted by relevance

/drivers/s390/net/
H A Dqeth_core.h163 static inline int qeth_is_ipa_supported(struct qeth_ipa_info *ipa, argument
166 return (ipa->supported_funcs & func);
169 static inline int qeth_is_ipa_enabled(struct qeth_ipa_info *ipa, argument
172 return (ipa->supported_funcs & ipa->enabled_funcs & func);
618 __u16 ipa; member in struct:qeth_seqno
H A Dqeth_core_main.c1987 reply->seqno = card->seqno.ipa++;
2791 cmd->hdr.seqno = card->seqno.ipa;
/drivers/net/wireless/b43/
H A Dphy_n.c41 u16 ipa[2]; member in struct:nphy_txgains
48 u16 ipa; member in struct:nphy_iqcal_params
2179 params->ipa = target.ipa[core];
2181 (params->pad << 4) | (params->ipa);
3465 target.ipa[i] = curr_gain[i] & 0x000F;
3470 target.ipa[i] = curr_gain[i] & 0x0003;
3489 target.ipa[i] = (table[index[i]] >> 16) & 0xF;
3494 target.ipa[i] = (table[index[i]] >> 16) & 0x3;
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c725 struct qlcnic_ipaddr *ipa; local
736 ipa = (struct qlcnic_ipaddr *)&req.words[1];
737 ipa->ipv4 = ip;
/drivers/scsi/bfa/
H A Dbfa_fc.h1416 u8 ipa[8]; /* Initial Process Associator */ member in struct:fcgs_ganxt_rsp_s
/drivers/net/wireless/bcmdhd/
H A Ddhd_linux.c125 void aoe_update_host_ipv4_table(dhd_pub_t *dhd_pub, u32 ipa, bool add);
3799 aoe_update_host_ipv4_table(dhd_pub_t *dhd_pub, u32 ipa, bool add) argument
3823 ipv4_buf[i] = ipa;
3824 add = FALSE; /* added ipa to local table */
3827 } else if (ipv4_buf[i] == ipa) {
3830 __FUNCTION__, ipa, i));
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_int.h442 u16 ipa[2]; member in struct:nphy_txgains
H A Dphy_n.c187 u16 ipa; member in struct:nphy_iqcal_params
23493 target_gain.ipa[core_no] =
23504 target_gain.ipa[core_no] =
23513 target_gain.ipa[core_no] =
23533 target_gain.ipa[core_no] =
23554 target_gain.ipa[core_no] =
23572 target_gain.ipa[core_no] =
23608 params->ipa = target_gain.ipa[core_no];
23613 (params->pad << 3) | (params->ipa));
[all...]

Completed in 317 milliseconds