Home
last modified time | relevance | path

Searched refs:flgs (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
Dassembler.h63 .macro disable_step_tsk, flgs, tmp
64 tbz \flgs, #TIF_SINGLESTEP, 9990f
72 .macro enable_step_tsk, flgs, tmp
73 tbz \flgs, #TIF_SINGLESTEP, 9990f
/linux-4.4.14/net/8021q/
Dvlan.c354 int i, flgs; in vlan_device_event() local
393 flgs = vlandev->flags; in vlan_device_event()
394 if (!(flgs & IFF_UP)) in vlan_device_event()
425 flgs = vlandev->flags; in vlan_device_event()
426 if (!(flgs & IFF_UP)) in vlan_device_event()
446 flgs = dev_get_flags(vlandev); in vlan_device_event()
447 if (flgs & IFF_UP) in vlan_device_event()
452 dev_change_flags(vlandev, flgs | IFF_UP); in vlan_device_event()
/linux-4.4.14/include/crypto/
Dakcipher.h225 u32 flgs, in akcipher_request_set_callback() argument
231 req->base.flags = flgs; in akcipher_request_set_callback()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dsrq.c246 u32 flgs, xrcdn; in mlx5_ib_create_srq() local
291 flgs = ((srq->msrq.wqe_shift - 4) | (is_xrc << 5) | (srq->wq_sig << 7)) << 24; in mlx5_ib_create_srq()
301 in->ctx.flags_xrcd = cpu_to_be32((flgs & 0xFF000000) | (xrcdn & 0xFFFFFF)); in mlx5_ib_create_srq()
/linux-4.4.14/drivers/net/hamradio/
Dhdlcdrv.c304 int flgs = tenms_to_2flags(s, s->ch_params.tx_tail); in hdlcdrv_transmitter() local
305 if (flgs < 2) in hdlcdrv_transmitter()
306 flgs = 2; in hdlcdrv_transmitter()
308 s->hdlctx.numflags = flgs; in hdlcdrv_transmitter()
/linux-4.4.14/drivers/atm/
Deni.c1955 static int eni_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flgs) in eni_change_qos() argument
1967 if ((flgs & ATM_MF_DEC_RSV) && rate && rate < tx->reserved) rsv = 1; in eni_change_qos()
1968 if ((flgs & ATM_MF_INC_RSV) && (!rate || rate > tx->reserved)) rsv = 1; in eni_change_qos()
1969 if ((flgs & ATM_MF_DEC_SHP) && rate && rate < tx->shaping) shp = 1; in eni_change_qos()
1970 if ((flgs & ATM_MF_INC_SHP) && (!rate || rate > tx->shaping)) shp = 1; in eni_change_qos()
1974 if (shp && !(flgs & ATM_MF_IMMED)) return 0; in eni_change_qos()
Dhorizon.c2603 static int hrz_change_qos (struct atm_vcc * atm_vcc, struct atm_qos *qos, int flgs) {