Searched refs:pri (Results 1 - 25 of 25) sorted by relevance

/drivers/isdn/mISDN/
H A Dclock.c63 int pri = -128; local
66 if (iclock->pri > pri) {
67 pri = iclock->pri;
95 *mISDN_register_clock(char *name, int pri, clockctl_func_t *ctl, void *priv) argument
101 printk(KERN_DEBUG "%s: %s %d\n", __func__, name, pri);
108 iclock->pri = pri;
126 iclock->pri);
[all...]
H A Dl1oip_core.c311 | (hc->pri ? 0x20 : 0x00) /* type */
496 if (((*buf) & 0x20) && !hc->pri) {
501 if (!((*buf) & 0x20) && hc->pri) {
1071 if (hc->pri) {
1079 if (!hc->pri) {
1307 init_card(struct l1oip *hc, int pri, int bundle) argument
1316 hc->pri = pri;
1317 hc->d_idx = pri ? 16 : 3;
1318 hc->b_num = pri
1462 int pri, bundle; local
[all...]
H A Dl1oip.h53 int pri; /* 1=pri, 0=bri */ member in struct:l1oip
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c180 u32 pri = MAX_PFC_PRIORITIES; local
186 while ((MAX_PFC_PRIORITIES == pri) && (0 != index)) {
189 pri = index ;
193 if (pri < MAX_PFC_PRIORITIES)
194 ttp[llfc_traf_type] = max_t(u32, ttp[llfc_traf_type], pri);
536 ets_params.cos[i].params.sp_params.pri =
633 u8 pri; local
636 for (pri = MAX_PFC_PRIORITIES - 1; pri > 0; pri
1015 u8 pri = 0; local
1792 u8 cos = 0, pri = 0; local
[all...]
H A Dbnx2x_link.h437 * There can't be two COS's with the same pri.
439 u8 pri; member in struct:bnx2x_ets_sp_params
H A Dbnx2x_link.c926 u8 pri = 0; local
927 for (pri = 0; pri < DCBX_MAX_NUM_COS; pri++)
928 sp_pri_to_cos[pri] = DCBX_INVALID_COS;
937 u8 *sp_pri_to_cos, const u8 pri,
945 if (pri >= max_num_of_cos) {
951 if (sp_pri_to_cos[pri] != DCBX_INVALID_COS) {
954 "the same strict pri\n");
958 sp_pri_to_cos[pri]
936 bnx2x_ets_e3b0_sp_pri_to_cos_set(const struct link_params *params, u8 *sp_pri_to_cos, const u8 pri, const u8 cos_entry) argument
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dpub.h429 /* pri is priority encoded in the packet. This maps the Packet priority to
433 #define BRCMS_PRIO_TO_PREC(pri) wlc_prio2prec_map[(pri) & 7]
445 #define BRCMS_PRIO_TO_HI_PREC(pri) min(BRCMS_PRIO_TO_PREC(pri) + 1,\
/drivers/iommu/
H A Damd_iommu_v2.c51 struct pri_queue pri[PRI_QUEUE_SIZE]; /* PRI tag states */ member in struct:pasid_state
478 pasid_state->pri[tag].status = status;
489 if (atomic_dec_and_test(&pasid_state->pri[tag].inflight) &&
490 pasid_state->pri[tag].finish) {
492 pasid_state->pri[tag].status, tag);
493 pasid_state->pri[tag].finish = false;
494 pasid_state->pri[tag].status = PPR_SUCCESS;
572 atomic_inc(&pasid_state->pri[tag].inflight);
574 pasid_state->pri[tag].finish = true;
/drivers/net/wireless/
H A Dwl3501.h471 u8 pri; member in struct:wl3501_md_req
484 u8 pri; member in struct:wl3501_md_ind
496 u8 pri; member in struct:wl3501_md_confirm
/drivers/hwmon/
H A Dasc7621.c813 #define PREAD(name, n, pri, rm, rl, m, s, r) \
815 .priority = pri, .msb[0] = rm, .lsb[0] = rl, .mask[0] = m, \
818 #define PWRITE(name, n, pri, rm, rl, m, s, r) \
820 .priority = pri, .msb[0] = rm, .lsb[0] = rl, .mask[0] = m, \
827 #define PWRITEM(name, n, pri, rm, rl, m, s, r) \
829 .priority = pri, .msb = rm, .lsb = rl, .mask = m, .shift = s,}
/drivers/net/hyperv/
H A Drndis_filter.c378 (vlan->pri << VLAN_PRIO_SHIFT);
834 vlan->pri = (pkt->vlan_tci & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT;
H A Dhyperv_net.h952 u32 pri:3; /* User Priority */ member in struct:ndis_pkt_8021q_info::__anon3048::__anon3049
/drivers/scsi/
H A Discsi_boot_sysfs.c251 iscsi_boot_rd_attr(ini_primary_radius, pri-radius-server,
/drivers/firewire/
H A Dcore-transaction.c45 #define HEADER_PRI(pri) ((pri) << 0)
/drivers/net/wireless/ipw2x00/
H A Dlibipw.h859 struct net_device * dev, int pri);
860 int (*is_queue_full) (struct net_device * dev, int pri);
H A Dipw2200.c10220 int pri)
10227 int tx_id = ipw_get_tx_queue_number(priv, pri);
10336 ipw_qos_set_tx_queue_command(priv, pri, &(tfd->u.data));
10412 static int ipw_net_is_queue_full(struct net_device *dev, int pri) argument
10416 int tx_id = ipw_get_tx_queue_number(priv, pri);
10511 struct net_device *dev, int pri)
10525 ret = ipw_tx_skb(priv, txb, pri);
10219 ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb, int pri) argument
10510 ipw_net_hard_start_xmit(struct libipw_txb *txb, struct net_device *dev, int pri) argument
H A Dipw2100.c3407 struct net_device *dev, int pri)
3406 ipw2100_tx(struct libipw_txb *txb, struct net_device *dev, int pri) argument
/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c818 fcf->pri = ((struct fip_pri_desc *)desc)->fd_pri;
1460 "sent %u pri %u\n",
1463 fcf->flogi_sent, fcf->pri);
1482 if (!best || fcf->pri < best->pri || best->flogi_sent)
/drivers/staging/rtl8187se/
H A Dr8180_core.c2082 DMESGE("TX buffer error, cannot TX frames. pri %d.", priority);
3768 void rtl8180_try_wake_queue(struct net_device *dev, int pri) argument
3775 enough_desc = check_nic_enought_desc(dev, pri);
3782 void rtl8180_tx_isr(struct net_device *dev, int pri, short error) argument
3799 switch (pri) {
3905 switch (pri) {
/drivers/staging/rtl8712/
H A Drtl871x_security.c351 u8 pri)
358 priority[0] = pri;
350 seccalctkipmic(u8 *key, u8 *header, u8 *data, u32 data_len, u8 *mic_code, u8 pri) argument
/drivers/scsi/bfa/
H A Dbfa_defs_svc.h944 u8 pri; /* FCF priority */ member in struct:bfa_fcport_fcf_s
/drivers/scsi/qla4xxx/
H A Dql4_fw.h624 struct addr_ctrl_blk pri; member in struct:init_fw_ctrl_blk
/drivers/staging/rtl8192u/
H A Dr8192U_core.c1259 void rtl8192_try_wake_queue(struct net_device *dev, int pri);
5935 void rtl8192_try_wake_queue(struct net_device *dev, int pri) argument
5942 enough_desc = check_nic_enough_desc(dev,pri);
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h2111 int (*is_queue_full) (struct net_device * dev, int pri);
/drivers/staging/rtl8192e/
H A Drtllib.h2394 int (*is_queue_full)(struct net_device *dev, int pri);

Completed in 554 milliseconds