Searched defs:inl (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c214 if (!tx_info->inl) {
237 if (!tx_info->inl) {
531 struct mlx4_wqe_inline_seg *inl = &tx_desc->inl; local
532 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof *inl;
535 inl->byte_count = cpu_to_be32(1 << 31 | skb->len);
536 skb_copy_from_linear_data(skb, inl + 1, skb_headlen(skb));
538 memcpy(((void *)(inl + 1)) + skb_headlen(skb), fragptr,
542 inl->byte_count = cpu_to_be32(1 << 31 | spc);
544 skb_copy_from_linear_data(skb, inl
[all...]
H A Dmlx4_en.h201 u8 inl; member in struct:mlx4_en_tx_info
216 struct mlx4_wqe_inline_seg inl; member in union:mlx4_en_tx_desc::__anon2692
/drivers/s390/crypto/
H A Dzcrypt_api.c936 int inl, c, cx; local
939 inl = 0;
941 sprintcl(m, addr+inl, 16);
942 inl += 16;
946 sprintcl(m, addr+inl, cx);
947 inl += cx;
955 int inl, r, rx; local
958 inl = 0;
960 sprintrw(m, addr+inl, 64);
961 inl
[all...]
/drivers/infiniband/hw/mlx4/
H A Dqp.c177 struct mlx4_wqe_inline_seg *inl; local
194 inl = wqe + s;
195 inl->byte_count = cpu_to_be32(1 << 31 | (size - s - sizeof *inl));
1355 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; local
1482 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));
1484 inl->byte_count = cpu_to_be32(1 << 31 | header_size);
1485 memcpy(inl + 1, sqp->header_buf, header_size);
1488 inl->byte_count = cpu_to_be32(1 << 31 | spc);
1489 memcpy(inl
[all...]
/drivers/net/ethernet/smsc/
H A Depic100.c183 #undef inl macro
189 #define inl readl macro
429 outl((inl(ioaddr + NVCTL) & ~0x003C) | 0x4800, ioaddr + NVCTL);
484 outl(inl(ioaddr + NVCTL) & ~0x483C, ioaddr + NVCTL);
543 #define eeprom_delay() inl(ee_addr)
561 inl(ioaddr + INTMASK);
589 (inl(ee_addr) & 0x40 ? EE_READ64_CMD : EE_READ256_CMD);
607 retval = (retval << 1) | ((inl(ee_addr) & EE_DATA_READ) ? 1 : 0);
629 if ((inl(ioaddr + MIICtrl) & MII_READOP) == 0) {
651 if ((inl(ioadd
[all...]

Completed in 199 milliseconds